#CBF596

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

Shades of Reef #CBF596

Tints of Reef #CBF596

Color information

#CBF596 (or 0xCBF596) is unknown color: approx Reef. HEX triplet: CB, F5 and 96. RGB value is (203,245,150). Sum of RGB (Red+Green+Blue) = 203+245+150=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF596 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF596 is #340A69. Grayscale: #DDDDDD. Windows color (decimal): -3410538 or 9893323. OLE color: 9893323.

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

Color convert

RGB203245150-
CMYK0.1700.390.04
HSL86.53º82.61%77.45%-
HSV(B)86.53º38.78%96.08%-
XYZ62.7980.241.03-
YUV221.6187.59114.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 245 (96.09% from 255) = 40.97%
BLUE value IS 150 (58.98% from 255) = 25.08%
R=33.95%
G=40.97%
B=25.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032451500.1700.390.0486.5382.6177.45
HexCBF59611027457534d
Octal313365226210474127123115
Binary110010111111010110010110100010100111100101011110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF596; }

 p { color: rgb(203,245,150); }

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

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

 a { background-color: rgb(203,245,150); }

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

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

 span { border-color: rgb(203,245,150); }

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