#C0D52F

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

Shades of Fuego #C0D52F

Tints of Fuego #C0D52F

Color information

#C0D52F (or 0xC0D52F) is unknown color: approx Fuego. HEX triplet: C0, D5 and 2F. RGB value is (192,213,47). Sum of RGB (Red+Green+Blue) = 192+213+47=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D52F is #3F2AD0. Grayscale: #BCBCBC. Windows color (decimal): -4139729 or 3134912. OLE color: 3134912.

HSL color Cylindrical-coordinate representation of color #C0D52F: hue angle of 67.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0D52F is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB19221347-
CMYK0.1000.780.16
HSL67.59º66.4%50.98%-
HSV(B)67.59º77.93%83.53%-
XYZ46.055911.65-
YUV187.848.54131-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 213 (83.59% from 255) = 47.12%
BLUE value IS 47 (18.75% from 255) = 10.40%
R=42.48%
G=47.12%
B=10.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192213470.1000.780.1667.5966.450.98
HexC0D52FA04E10444233
Octal300325571201162010410263
Binary11000000110101011011111010010011101000010001001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D52F; }

 p { color: rgb(192,213,47); }

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

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

 a { background-color: rgb(192,213,47); }

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

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

 span { border-color: rgb(192,213,47); }

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