Html Css Color HEX #C0DDB0 Madang

📋 copy color: '#C0DDB0'

red 192 ◦ green 221 ◦ blue 176

#C0DDB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #C0DDB0

Tints of Madang #C0DDB0

RGB

 RED value IS 192 (75.39% from 255) = 32.6%

 GREEN value IS 221 (86.72% from 255) = 37.52%

 BLUE value IS 176 (69.14% from 255) = 29.88%

R = 32.6%
G = 37.52%
B = 29.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#C0DDB0 (or 0xC0DDB0) is known color: Madang. HEX triplet: C0, DD and B0. RGB value is (192,221,176). Sum of RGB (Red+Green+Blue) = 192+221+176=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DDB0 is #3F224F. Grayscale: #CFCFCF. Windows color (decimal): -4137552 or 11591104. OLE color: 11591104.

HSL color Cylindrical-coordinate representation of color #C0DDB0: hue angle of 98.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DDB0 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 221 176 -
CMYK 0.13 0 0.20 0.13
HSL 98.67º 0.4% 0.78% -
HSV(B) 98.67º 0.2% 0.87% -
XYZ 55.43 66.05 50.9 -
YUV 207.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 192 221 176 0.13 0 0.20 0.13 98.67 0.4 0.78
Hex C0 DD B0 D 0 14 D 63 28 4E
Octal 300 335 260 15 0 24 15 143 50 116
Binary 11000000 11011101 10110000 1101 0 10100 1101 1100011 101000 1001110

Color Harmonies of #C0DDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDB0

Black with #C0DDB0

Text Example


Text Example

White with #C0DDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDB0; }

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

 H1.HeaderClassName
 {
   color: #C0DDB0;
 }
 .AnyTagClassName
 {
   color: #C0DDB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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