#CFFC9F

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

Shades of Reef #CFFC9F

Tints of Reef #CFFC9F

Color information

#CFFC9F (or 0xCFFC9F) is unknown color: approx Reef. HEX triplet: CF, FC and 9F. RGB value is (207,252,159). Sum of RGB (Red+Green+Blue) = 207+252+159=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC9F is #300360. Grayscale: #E4E4E4. Windows color (decimal): -3146593 or 10484943. OLE color: 10484943.

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

Color convert

RGB207252159-
CMYK0.1800.370.01
HSL89.03º93.94%80.59%-
HSV(B)89.03º36.9%98.82%-
XYZ66.885.3945.76-
YUV227.9489.09113.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 159 (62.5% from 255) = 25.73%
R=33.50%
G=40.78%
B=25.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521590.1800.370.0189.0393.9480.59
HexCFFC9F120251595e51
Octal317374237220451131136121
Binary1100111111111100100111111001001001011101100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFC9F; }

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

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

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

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

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

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

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

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