#CBF89A

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

Shades of Reef #CBF89A

Tints of Reef #CBF89A

Color information

#CBF89A (or 0xCBF89A) is unknown color: approx Reef. HEX triplet: CB, F8 and 9A. RGB value is (203,248,154). Sum of RGB (Red+Green+Blue) = 203+248+154=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF89A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF89A is #340765. Grayscale: #E0E0E0. Windows color (decimal): -3409766 or 10156235. OLE color: 10156235.

HSL color Cylindrical-coordinate representation of color #CBF89A: hue angle of 88.72º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBF89A is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB203248154-
CMYK0.1800.380.03
HSL88.72º87.04%78.82%-
HSV(B)88.72º37.9%97.25%-
XYZ64.0382.1643.06-
YUV223.8388.59113.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=33.55%
G=40.99%
B=25.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032481540.1800.380.0388.7287.0478.82
HexCBF89A12026359574f
Octal313370232220463131127117
Binary11001011111110001001101010010010011011101100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF89A; }

 p { color: rgb(203,248,154); }

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

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

 a { background-color: rgb(203,248,154); }

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

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

 span { border-color: rgb(203,248,154); }

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