#CFEDA0

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

Shades of Reef #CFEDA0

Tints of Reef #CFEDA0

Color information

#CFEDA0 (or 0xCFEDA0) is unknown color: approx Reef. HEX triplet: CF, ED and A0. RGB value is (207,237,160). Sum of RGB (Red+Green+Blue) = 207+237+160=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDA0 is #30125F. Grayscale: #DBDBDB. Windows color (decimal): -3150432 or 10546639. OLE color: 10546639.

HSL color Cylindrical-coordinate representation of color #CFEDA0: hue angle of 83.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFEDA0 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB207237160-
CMYK0.1300.320.07
HSL83.38º68.14%77.84%-
HSV(B)83.38º32.49%92.94%-
XYZ62.3676.3744.71-
YUV219.2594.56119.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 160 (62.89% from 255) = 26.49%
R=34.27%
G=39.24%
B=26.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371600.1300.320.0783.3868.1477.84
HexCFEDA0D020753444e
Octal317355240150407123104116
Binary11001111111011011010000011010100000111101001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDA0; }

 p { color: rgb(207,237,160); }

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

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

 a { background-color: rgb(207,237,160); }

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

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

 span { border-color: rgb(207,237,160); }

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