#CBFA99

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

Shades of Reef #CBFA99

Tints of Reef #CBFA99

Color information

#CBFA99 (or 0xCBFA99) is unknown color: approx Reef. HEX triplet: CB, FA and 99. RGB value is (203,250,153). Sum of RGB (Red+Green+Blue) = 203+250+153=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFA99 is #340566. Grayscale: #E1E1E1. Windows color (decimal): -3409255 or 10091211. OLE color: 10091211.

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

Color convert

RGB203250153-
CMYK0.1900.390.02
HSL89.07º90.65%79.02%-
HSV(B)89.07º38.8%98.04%-
XYZ64.5683.3742.83-
YUV224.8987.43112.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 153 (60.16% from 255) = 25.25%
R=33.50%
G=41.25%
B=25.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032501530.1900.390.0289.0790.6579.02
HexCBFA99130272595b4f
Octal313372231230472131133117
Binary11001011111110101001100110011010011110101100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFA99; }

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

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

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

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

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

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

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

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