Html Css Color HEX #C0D480 Deco

📋 copy color: '#C0D480'

red 192 ◦ green 212 ◦ blue 128

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

Shades of Deco #C0D480

Tints of Deco #C0D480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

 BLUE value IS 128 (50.39% from 255) = 24.06%

R = 36.09%
G = 39.85%
B = 24.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#C0D480 (or 0xC0D480) is known color: Deco. HEX triplet: C0, D4 and 80. RGB value is (192,212,128). Sum of RGB (Red+Green+Blue) = 192+212+128=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D480 is #3F2B7F. Grayscale: #C4C4C4. Windows color (decimal): -4139904 or 8443072. OLE color: 8443072.

HSL color Cylindrical-coordinate representation of color #C0D480: hue angle of 74.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0D480 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 212 128 -
CMYK 0.09 0 0.40 0.17
HSL 74.29º 0.49% 0.67% -
HSV(B) 74.29º 0.4% 0.83% -
XYZ 49.18 59.85 29.38 -
YUV 196.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 192 212 128 0.09 0 0.40 0.17 74.29 0.49 0.67
Hex C0 D4 80 9 0 28 11 4A 31 43
Octal 300 324 200 11 0 50 21 112 61 103
Binary 11000000 11010100 10000000 1001 0 101000 10001 1001010 110001 1000011

Color Harmonies of #C0D480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D480

Black with #C0D480

Text Example


Text Example

White with #C0D480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D480; }

 p { color: rgb(192,212,128); }

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

background-color css

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

 a { background-color: rgb(192,212,128); }

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

border-color css

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

 span { border-color: rgb(192,212,128); }

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