#CBFA96

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

Shades of Reef #CBFA96

Tints of Reef #CBFA96

Color information

#CBFA96 (or 0xCBFA96) is unknown color: approx Reef. HEX triplet: CB, FA and 96. RGB value is (203,250,150). Sum of RGB (Red+Green+Blue) = 203+250+150=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFA96 is #340569. Grayscale: #E0E0E0. Windows color (decimal): -3409258 or 9894603. OLE color: 9894603.

HSL color Cylindrical-coordinate representation of color #CBFA96: hue angle of 88.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBFA96 is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB203250150-
CMYK0.1900.40.02
HSL88.2º90.91%78.43%-
HSV(B)88.2º40%98.04%-
XYZ64.3283.2741.54-
YUV224.5585.93112.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 150 (58.98% from 255) = 24.88%
R=33.67%
G=41.46%
B=24.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032501500.1900.40.0288.290.9178.43
HexCBFA96130282585b4e
Octal313372226230502130133116
Binary11001011111110101001011010011010100010101100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFA96; }

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

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

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

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

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

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

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

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