#CFFD9A

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

Shades of Reef #CFFD9A

Tints of Reef #CFFD9A

Color information

#CFFD9A (or 0xCFFD9A) is unknown color: approx Reef. HEX triplet: CF, FD and 9A. RGB value is (207,253,154). Sum of RGB (Red+Green+Blue) = 207+253+154=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFD9A is #300265. Grayscale: #E4E4E4. Windows color (decimal): -3146342 or 10157519. OLE color: 10157519.

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

Color convert

RGB207253154-
CMYK0.1800.390.01
HSL87.88º96.12%79.8%-
HSV(B)87.88º39.13%99.22%-
XYZ66.6985.8543.63-
YUV227.9686.26113.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 253 (99.22% from 255) = 41.21%
BLUE value IS 154 (60.55% from 255) = 25.08%
R=33.71%
G=41.21%
B=25.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072531540.1800.390.0187.8896.1279.8
HexCFFD9A120271586050
Octal317375232220471130140120
Binary1100111111111101100110101001001001111101100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFD9A; }

 p { color: rgb(207,253,154); }

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

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

 a { background-color: rgb(207,253,154); }

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

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

 span { border-color: rgb(207,253,154); }

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