#CBFC97

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

Shades of Reef #CBFC97

Tints of Reef #CBFC97

Color information

#CBFC97 (or 0xCBFC97) is unknown color: approx Reef. HEX triplet: CB, FC and 97. RGB value is (203,252,151). Sum of RGB (Red+Green+Blue) = 203+252+151=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFC97 is #340368. Grayscale: #E2E2E2. Windows color (decimal): -3408745 or 9960651. OLE color: 9960651.

HSL color Cylindrical-coordinate representation of color #CBFC97: hue angle of 89.11º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBFC97 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB203252151-
CMYK0.1900.400.01
HSL89.11º94.39%79.02%-
HSV(B)89.11º40.08%98.82%-
XYZ65.0284.5542.17-
YUV225.8385.77111.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 252 (98.83% from 255) = 41.58%
BLUE value IS 151 (59.38% from 255) = 24.92%
R=33.50%
G=41.58%
B=24.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032521510.1900.400.0189.1194.3979.02
HexCBFC97130281595e4f
Octal313374227230501131136117
Binary1100101111111100100101111001101010001101100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFC97; }

 p { color: rgb(203,252,151); }

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

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

 a { background-color: rgb(203,252,151); }

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

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

 span { border-color: rgb(203,252,151); }

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