#CFEF9D

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

Shades of Reef #CFEF9D

Tints of Reef #CFEF9D

Color information

#CFEF9D (or 0xCFEF9D) is unknown color: approx Reef. HEX triplet: CF, EF and 9D. RGB value is (207,239,157). Sum of RGB (Red+Green+Blue) = 207+239+157=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF9D is #301062. Grayscale: #DCDCDC. Windows color (decimal): -3149923 or 10350543. OLE color: 10350543.

HSL color Cylindrical-coordinate representation of color #CFEF9D: hue angle of 83.41º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFEF9D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB207239157-
CMYK0.1300.340.06
HSL83.41º71.93%77.65%-
HSV(B)83.41º34.31%93.73%-
XYZ62.6877.4343.54-
YUV220.0892.4118.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 239 (93.75% from 255) = 39.64%
BLUE value IS 157 (61.72% from 255) = 26.04%
R=34.33%
G=39.64%
B=26.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391570.1300.340.0683.4171.9377.65
HexCFEF9DD022653484e
Octal317357235150426123110116
Binary11001111111011111001110111010100010110101001110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEF9D; }

 p { color: rgb(207,239,157); }

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

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

 a { background-color: rgb(207,239,157); }

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

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

 span { border-color: rgb(207,239,157); }

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