#CBF592

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

Shades of Reef #CBF592

Tints of Reef #CBF592

Color information

#CBF592 (or 0xCBF592) is unknown color: approx Reef. HEX triplet: CB, F5 and 92. RGB value is (203,245,146). Sum of RGB (Red+Green+Blue) = 203+245+146=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF592 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF592 is #340A6D. Grayscale: #DDDDDD. Windows color (decimal): -3410542 or 9631179. OLE color: 9631179.

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

Color convert

RGB203245146-
CMYK0.1700.400.04
HSL85.45º83.19%76.67%-
HSV(B)85.45º40.41%96.08%-
XYZ62.4780.0839.36-
YUV221.1685.59115.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 245 (96.09% from 255) = 41.25%
BLUE value IS 146 (57.42% from 255) = 24.58%
R=34.18%
G=41.25%
B=24.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032451460.1700.400.0485.4583.1976.67
HexCBF59211028455534d
Octal313365222210504125123115
Binary110010111111010110010010100010101000100101010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF592; }

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

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

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

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

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

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

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

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