#CBEF9D

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

Shades of Reef #CBEF9D

Tints of Reef #CBEF9D

Color information

#CBEF9D (or 0xCBEF9D) is unknown color: approx Reef. HEX triplet: CB, EF and 9D. RGB value is (203,239,157). Sum of RGB (Red+Green+Blue) = 203+239+157=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEF9D is #341062. Grayscale: #DBDBDB. Windows color (decimal): -3412067 or 10350539. OLE color: 10350539.

HSL color Cylindrical-coordinate representation of color #CBEF9D: hue angle of 86.34º 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 #CBEF9D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB203239157-
CMYK0.1500.340.06
HSL86.34º71.93%77.65%-
HSV(B)86.34º34.31%93.73%-
XYZ61.5876.8643.49-
YUV218.8993.07116.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 157 (61.72% from 255) = 26.21%
R=33.89%
G=39.90%
B=26.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391570.1500.340.0686.3471.9377.65
HexCBEF9DF022656484e
Octal313357235170426126110116
Binary11001011111011111001110111110100010110101011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEF9D; }

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

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

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

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

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

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

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

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