#CBF091

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

Shades of Reef #CBF091

Tints of Reef #CBF091

Color information

#CBF091 (or 0xCBF091) is unknown color: approx Reef. HEX triplet: CB, F0 and 91. RGB value is (203,240,145). Sum of RGB (Red+Green+Blue) = 203+240+145=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF091 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF091 is #340F6E. Grayscale: #DADADA. Windows color (decimal): -3411823 or 9564363. OLE color: 9564363.

HSL color Cylindrical-coordinate representation of color #CBF091: hue angle of 83.37º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBF091 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB203240145-
CMYK0.1500.400.06
HSL83.37º76%75.49%-
HSV(B)83.37º39.58%94.12%-
XYZ60.977.0638.45-
YUV218.1186.74117.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 240 (94.14% from 255) = 40.82%
BLUE value IS 145 (57.03% from 255) = 24.66%
R=34.52%
G=40.82%
B=24.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401450.1500.400.0683.377675.49
HexCBF091F0286534c4b
Octal313360221170506123114113
Binary11001011111100001001000111110101000110101001110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF091; }

 p { color: rgb(203,240,145); }

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

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

 a { background-color: rgb(203,240,145); }

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

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

 span { border-color: rgb(203,240,145); }

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