#CFF4A8

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

Shades of Reef #CFF4A8

Tints of Reef #CFF4A8

Color information

#CFF4A8 (or 0xCFF4A8) is unknown color: approx Reef. HEX triplet: CF, F4 and A8. RGB value is (207,244,168). Sum of RGB (Red+Green+Blue) = 207+244+168=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 168 (66.02% from 255 or 27.14% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4A8 is #300B57. Grayscale: #E0E0E0. Windows color (decimal): -3148632 or 11072719. OLE color: 11072719.

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

Color convert

RGB207244168-
CMYK0.1500.310.04
HSL89.21º77.55%80.78%-
HSV(B)89.21º31.15%95.69%-
XYZ65.1580.7949.21-
YUV224.2796.24115.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 244 (95.70% from 255) = 39.42%
BLUE value IS 168 (66.02% from 255) = 27.14%
R=33.44%
G=39.42%
B=27.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072441680.1500.310.0489.2177.5580.78
HexCFF4A8F01F4594e51
Octal317364250170374131116121
Binary1100111111110100101010001111011111100101100110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF4A8; }

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

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

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

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

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

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

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

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