#CFF490

Color #CFF490 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CFF490

Tints of Reef #CFF490

Color information

#CFF490 (or 0xCFF490) is unknown color: approx Reef. HEX triplet: CF, F4 and 90. RGB value is (207,244,144). Sum of RGB (Red+Green+Blue) = 207+244+144=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF490 is #300B6F. Grayscale: #DDDDDD. Windows color (decimal): -3148656 or 9499855. OLE color: 9499855.

HSL color Cylindrical-coordinate representation of color #CFF490: hue angle of 82.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFF490 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB207244144-
CMYK0.1500.410.04
HSL82.2º81.97%76.08%-
HSV(B)82.2º40.98%95.69%-
XYZ63.1279.9838.5-
YUV221.5484.24117.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.79%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 144 (56.64% from 255) = 24.20%
R=34.79%
G=41.01%
B=24.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072441440.1500.410.0482.281.9776.08
HexCFF490F029452524c
Octal317364220170514122122114
Binary11001111111101001001000011110101001100101001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF490; }

 p { color: rgb(207,244,144); }

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

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

 a { background-color: rgb(207,244,144); }

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

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

 span { border-color: rgb(207,244,144); }

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