#CBF595

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

Shades of Reef #CBF595

Tints of Reef #CBF595

Color information

#CBF595 (or 0xCBF595) is unknown color: approx Reef. HEX triplet: CB, F5 and 95. RGB value is (203,245,149). Sum of RGB (Red+Green+Blue) = 203+245+149=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF595 is #340A6A. Grayscale: #DDDDDD. Windows color (decimal): -3410539 or 9827787. OLE color: 9827787.

HSL color Cylindrical-coordinate representation of color #CBF595: hue angle of 86.25º 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 #CBF595 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB203245149-
CMYK0.1700.390.04
HSL86.25º82.76%77.25%-
HSV(B)86.25º39.18%96.08%-
XYZ62.7180.1740.6-
YUV221.587.09114.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 245 (96.09% from 255) = 41.04%
BLUE value IS 149 (58.59% from 255) = 24.96%
R=34.00%
G=41.04%
B=24.96%

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
Decimal2032451490.1700.390.0486.2582.7677.25
HexCBF59511027456534d
Octal313365225210474126123115
Binary110010111111010110010101100010100111100101011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF595; }

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

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

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

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

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

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

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

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