#cbf29f

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

Shades of Reef #CBF29F

Tints of Reef #CBF29F

Color information

#CBF29F (or 0xCBF29F) is unknown color: approx Reef. HEX triplet: CB, F2 and 9F. RGB value is (203,242,159). Sum of RGB (Red+Green+Blue) = 203+242+159=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF29F is #340D60. Grayscale: #DDDDDD. Windows color (decimal): -3411297 or 10482379. OLE color: 10482379.

HSL color Cylindrical-coordinate representation of color #CBF29F: hue angle of 88.19º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBF29F is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB203242159-
CMYK0.1600.340.05
HSL88.19º76.15%78.63%-
HSV(B)88.19º34.3%94.9%-
XYZ62.6478.744.69-
YUV220.8893.08115.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 242 (94.92% from 255) = 40.07%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=33.61%
G=40.07%
B=26.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421590.1600.340.0588.1976.1578.63
HexCBF29F100225584c4f
Octal313362237200425130114117
Binary110010111111001010011111100000100010101101100010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbf29f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbf29f; }

 p { color: rgb(203,242,159); }

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

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

 a { background-color: rgb(203,242,159); }

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

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

 span { border-color: rgb(203,242,159); }

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