#C0D220

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

Shades of Fuego #C0D220

Tints of Fuego #C0D220

Color information

#C0D220 (or 0xC0D220) is unknown color: approx Fuego. HEX triplet: C0, D2 and 20. RGB value is (192,210,32). Sum of RGB (Red+Green+Blue) = 192+210+32=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D220 is #3F2DDF. Grayscale: #B9B9B9. Windows color (decimal): -4140512 or 2151104. OLE color: 2151104.

HSL color Cylindrical-coordinate representation of color #C0D220: hue angle of 66.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0D220 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB19221032-
CMYK0.0900.850.18
HSL66.07º73.55%47.45%-
HSV(B)66.07º84.76%82.35%-
XYZ45.0557.410.07-
YUV184.3342.04133.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 210 (82.42% from 255) = 48.39%
BLUE value IS 32 (12.89% from 255) = 7.37%
R=44.24%
G=48.39%
B=7.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192210320.0900.850.1866.0773.5547.45
HexC0D220905512424a2f
Octal300322401101252210211257
Binary11000000110100101000001001010101011001010000101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D220; }

 p { color: rgb(192,210,32); }

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

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

 a { background-color: rgb(192,210,32); }

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

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

 span { border-color: rgb(192,210,32); }

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