#69F495

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

Shades of Light Green #69F495

Tints of Light Green #69F495

Color information

#69F495 (or 0x69F495) is unknown color: approx Light Green. HEX triplet: 69, F4 and 95. RGB value is (105,244,149). Sum of RGB (Red+Green+Blue) = 105+244+149=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #69F495 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F495 is #960B6A. Grayscale: #BFBFBF. Windows color (decimal): -9833323 or 9827433. OLE color: 9827433.

HSL color Cylindrical-coordinate representation of color #69F495: hue angle of 138.99º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F495 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB105244149-
CMYK0.5700.390.04
HSL138.99º86.34%68.43%-
HSV(B)138.99º56.97%95.69%-
XYZ43.669.8739.62-
YUV191.61103.9566.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.08%
GREEN value IS 244 (95.70% from 255) = 49.00%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=21.08%
G=49.00%
B=29.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052441490.5700.390.04138.9986.3468.43
Hex69F4953902748b5644
Octal151364225710474213126104
Binary1101001111101001001010111100101001111001000101110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,244,149); }

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

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

 a { background-color: rgb(105,244,149); }

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

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

 span { border-color: rgb(105,244,149); }

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