#C0F2B0

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

Shades of Madang #C0F2B0

Tints of Madang #C0F2B0

Color information

#C0F2B0 (or 0xC0F2B0) is unknown color: approx Madang. HEX triplet: C0, F2 and B0. RGB value is (192,242,176). Sum of RGB (Red+Green+Blue) = 192+242+176=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F2B0 is #3F0D4F. Grayscale: #DBDBDB. Windows color (decimal): -4132176 or 11596480. OLE color: 11596480.

HSL color Cylindrical-coordinate representation of color #C0F2B0: hue angle of 105.45º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0F2B0 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB192242176-
CMYK0.2100.270.05
HSL105.45º71.74%81.96%-
HSV(B)105.45º27.27%94.9%-
XYZ61.3377.8552.87-
YUV219.53103.44108.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.48%
GREEN value IS 242 (94.92% from 255) = 39.67%
BLUE value IS 176 (69.14% from 255) = 28.85%
R=31.48%
G=39.67%
B=28.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421760.2100.270.05105.4571.7481.96
HexC0F2B01501B5694852
Octal300362260250335151110122
Binary11000000111100101011000010101011011101110100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F2B0; }

 p { color: rgb(192,242,176); }

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

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

 a { background-color: rgb(192,242,176); }

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

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

 span { border-color: rgb(192,242,176); }

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