#CBEF99

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

Shades of Reef #CBEF99

Tints of Reef #CBEF99

Color information

#CBEF99 (or 0xCBEF99) is unknown color: approx Reef. HEX triplet: CB, EF and 99. RGB value is (203,239,153). Sum of RGB (Red+Green+Blue) = 203+239+153=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEF99 is #341066. Grayscale: #DADADA. Windows color (decimal): -3412071 or 10088395. OLE color: 10088395.

HSL color Cylindrical-coordinate representation of color #CBEF99: hue angle of 85.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBEF99 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB203239153-
CMYK0.1500.360.06
HSL85.12º72.88%76.86%-
HSV(B)85.12º35.98%93.73%-
XYZ61.2476.7341.72-
YUV218.4391.07116.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.12%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 153 (60.16% from 255) = 25.71%
R=34.12%
G=40.17%
B=25.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391530.1500.360.0685.1272.8876.86
HexCBEF99F024655494d
Octal313357231170446125111115
Binary11001011111011111001100111110100100110101010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEF99; }

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

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

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

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

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

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

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

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