#C0FBA5

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

Shades of Madang #C0FBA5

Tints of Madang #C0FBA5

Color information

#C0FBA5 (or 0xC0FBA5) is unknown color: approx Madang. HEX triplet: C0, FB and A5. RGB value is (192,251,165). Sum of RGB (Red+Green+Blue) = 192+251+165=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FBA5 is #3F045A. Grayscale: #DFDFDF. Windows color (decimal): -4129883 or 10877888. OLE color: 10877888.

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

Color convert

RGB192251165-
CMYK0.2400.340.02
HSL101.16º91.49%81.57%-
HSV(B)101.16º34.26%98.43%-
XYZ63.0382.9248.28-
YUV223.5694.95105.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.58%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 165 (64.84% from 255) = 27.14%
R=31.58%
G=41.28%
B=27.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922511650.2400.340.02101.1691.4981.57
HexC0FBA5180222655b52
Octal300373245300422145133122
Binary11000000111110111010010111000010001010110010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBA5; }

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

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

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

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

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

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

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

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