#CBFE99

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

Shades of Reef #CBFE99

Tints of Reef #CBFE99

Color information

#CBFE99 (or 0xCBFE99) is unknown color: approx Reef. HEX triplet: CB, FE and 99. RGB value is (203,254,153). Sum of RGB (Red+Green+Blue) = 203+254+153=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFE99 is #340166. Grayscale: #E3E3E3. Windows color (decimal): -3408231 or 10092235. OLE color: 10092235.

HSL color Cylindrical-coordinate representation of color #CBFE99: hue angle of 90.3º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBFE99 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB203254153-
CMYK0.2000.400.00
HSL90.3º98.06%79.8%-
HSV(B)90.3º39.76%99.61%-
XYZ65.8285.8843.24-
YUV227.2486.1110.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 254 (99.61% from 255) = 41.64%
BLUE value IS 153 (60.16% from 255) = 25.08%
R=33.28%
G=41.64%
B=25.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032541530.2000.400.0090.398.0679.8
HexCBFE991402805a6250
Octal313376231240500132142120
Binary1100101111111110100110011010001010000101101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFE99; }

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

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

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

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

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

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

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

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