#69EE84

Color #69EE84 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #69EE84

Tints of Pastel Green #69EE84

Color information

#69EE84 (or 0x69EE84) is unknown color: approx Pastel Green. HEX triplet: 69, EE and 84. RGB value is (105,238,132). Sum of RGB (Red+Green+Blue) = 105+238+132=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #69EE84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EE84 is #96117B. Grayscale: #BABABA. Windows color (decimal): -9834876 or 8711785. OLE color: 8711785.

HSL color Cylindrical-coordinate representation of color #69EE84: hue angle of 132.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EE84 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB105238132-
CMYK0.5600.450.07
HSL132.18º79.64%67.25%-
HSV(B)132.18º55.88%93.33%-
XYZ40.5765.8232.4-
YUV186.1597.4470.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 22.11%
GREEN value IS 238 (93.36% from 255) = 50.11%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=22.11%
G=50.11%
B=27.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052381320.5600.450.07132.1879.6467.25
Hex69EE843802D7845043
Octal151356204700557204120103
Binary1101001111011101000010011100001011011111000010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69EE84; }

 p { color: rgb(105,238,132); }

 H1.HeaderClassName
 {
   color: #69EE84;
 }
 .AnyTagClassName
 {
   color: #69EE84;
 }
</style>
background-color css

<style>
 a { background-color: #69EE84; }

 a { background-color: rgb(105,238,132); }

 div.DivClassName
 {
   background-color: #69EE84;
 }
 .BgClassName
 {
   background-color: #69EE84;
 }
</style>
border-color css

<style>
 span { border-color: #69EE84; }

 span { border-color: rgb(105,238,132); }

 td.TdClassName
 {
   border-color: #69EE84;
 }
 .TagClassName
 {
   border-color: #69EE84;
 }
</style>