#CBF39B

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

Shades of Reef #CBF39B

Tints of Reef #CBF39B

Color information

#CBF39B (or 0xCBF39B) is unknown color: approx Reef. HEX triplet: CB, F3 and 9B. RGB value is (203,243,155). Sum of RGB (Red+Green+Blue) = 203+243+155=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF39B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF39B is #340C64. Grayscale: #DDDDDD. Windows color (decimal): -3411045 or 10220491. OLE color: 10220491.

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

Color convert

RGB203243155-
CMYK0.1600.360.05
HSL87.27º78.57%78.04%-
HSV(B)87.27º36.21%95.29%-
XYZ62.679.1642.99-
YUV221.0190.75115.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 243 (95.31% from 255) = 40.43%
BLUE value IS 155 (60.94% from 255) = 25.79%
R=33.78%
G=40.43%
B=25.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431550.1600.360.0587.2778.5778.04
HexCBF39B100245574f4e
Octal313363233200445127117116
Binary110010111111001110011011100000100100101101011110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF39B; }

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

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

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

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

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

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

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

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