#CFFCA5

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

Shades of Reef #CFFCA5

Tints of Reef #CFFCA5

Color information

#CFFCA5 (or 0xCFFCA5) is unknown color: approx Reef. HEX triplet: CF, FC and A5. RGB value is (207,252,165). Sum of RGB (Red+Green+Blue) = 207+252+165=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFCA5 is #30035A. Grayscale: #E4E4E4. Windows color (decimal): -3146587 or 10878159. OLE color: 10878159.

HSL color Cylindrical-coordinate representation of color #CFFCA5: hue angle of 91.03º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFFCA5 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB207252165-
CMYK0.1800.350.01
HSL91.03º93.55%81.76%-
HSV(B)91.03º34.52%98.82%-
XYZ67.3385.648.57-
YUV228.6392.09112.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 165 (64.84% from 255) = 26.44%
R=33.17%
G=40.38%
B=26.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521650.1800.350.0191.0393.5581.76
HexCFFCA51202315b5e52
Octal317374245220431133136122
Binary1100111111111100101001011001001000111101101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCA5; }

 p { color: rgb(207,252,165); }

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

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

 a { background-color: rgb(207,252,165); }

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

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

 span { border-color: rgb(207,252,165); }

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