#CFED9F

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

Shades of Reef #CFED9F

Tints of Reef #CFED9F

Color information

#CFED9F (or 0xCFED9F) is unknown color: approx Reef. HEX triplet: CF, ED and 9F. RGB value is (207,237,159). Sum of RGB (Red+Green+Blue) = 207+237+159=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED9F is #301260. Grayscale: #DBDBDB. Windows color (decimal): -3150433 or 10481103. OLE color: 10481103.

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

Color convert

RGB207237159-
CMYK0.1300.330.07
HSL83.08º68.42%77.65%-
HSV(B)83.08º32.91%92.94%-
XYZ62.2776.3444.25-
YUV219.1494.06119.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 237 (92.97% from 255) = 39.30%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=34.33%
G=39.30%
B=26.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371590.1300.330.0783.0868.4277.65
HexCFED9FD021753444e
Octal317355237150417123104116
Binary11001111111011011001111111010100001111101001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFED9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFED9F; }

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

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

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

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

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

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

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

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