#CBF49B

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

Shades of Reef #CBF49B

Tints of Reef #CBF49B

Color information

#CBF49B (or 0xCBF49B) is unknown color: approx Reef. HEX triplet: CB, F4 and 9B. RGB value is (203,244,155). Sum of RGB (Red+Green+Blue) = 203+244+155=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF49B is #340B64. Grayscale: #DDDDDD. Windows color (decimal): -3410789 or 10220747. OLE color: 10220747.

HSL color Cylindrical-coordinate representation of color #CBF49B: hue angle of 87.64º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBF49B is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB203244155-
CMYK0.1700.360.04
HSL87.64º80.18%78.24%-
HSV(B)87.64º36.48%95.69%-
XYZ62.979.7643.09-
YUV221.5990.42114.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 244 (95.70% from 255) = 40.53%
BLUE value IS 155 (60.94% from 255) = 25.75%
R=33.72%
G=40.53%
B=25.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032441550.1700.360.0487.6480.1878.24
HexCBF49B11024458504e
Octal313364233210444130120116
Binary110010111111010010011011100010100100100101100010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF49B; }

 p { color: rgb(203,244,155); }

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

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

 a { background-color: rgb(203,244,155); }

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

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

 span { border-color: rgb(203,244,155); }

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