#C0FB9B

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

Shades of Reef #C0FB9B

Tints of Reef #C0FB9B

Color information

#C0FB9B (or 0xC0FB9B) is unknown color: approx Reef. HEX triplet: C0, FB and 9B. RGB value is (192,251,155). Sum of RGB (Red+Green+Blue) = 192+251+155=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FB9B is #3F0464. Grayscale: #DEDEDE. Windows color (decimal): -4129893 or 10222528. OLE color: 10222528.

HSL color Cylindrical-coordinate representation of color #C0FB9B: hue angle of 96.88º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0FB9B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB192251155-
CMYK0.2400.380.02
HSL96.88º92.31%79.61%-
HSV(B)96.88º38.25%98.43%-
XYZ62.1582.5743.67-
YUV222.4289.95106.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 155 (60.94% from 255) = 25.92%
R=32.11%
G=41.97%
B=25.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922511550.2400.380.0296.8892.3179.61
HexC0FB9B180262615c50
Octal300373233300462141134120
Binary11000000111110111001101111000010011010110000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FB9B; }

 p { color: rgb(192,251,155); }

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

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

 a { background-color: rgb(192,251,155); }

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

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

 span { border-color: rgb(192,251,155); }

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