#C4D42B

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

Shades of Fuego #C4D42B

Tints of Fuego #C4D42B

Color information

#C4D42B (or 0xC4D42B) is unknown color: approx Fuego. HEX triplet: C4, D4 and 2B. RGB value is (196,212,43). Sum of RGB (Red+Green+Blue) = 196+212+43=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D42B is #3B2BD4. Grayscale: #BCBCBC. Windows color (decimal): -3877845 or 2872516. OLE color: 2872516.

HSL color Cylindrical-coordinate representation of color #C4D42B: hue angle of 65.68º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4D42B is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB19621243-
CMYK0.0800.800.17
HSL65.68º66.27%50%-
HSV(B)65.68º79.72%83.14%-
XYZ46.745911.21-
YUV187.9546.2133.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 212 (83.20% from 255) = 47.01%
BLUE value IS 43 (17.19% from 255) = 9.53%
R=43.46%
G=47.01%
B=9.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal196212430.0800.800.1765.6866.2750
HexC4D42B805011424232
Octal304324531001202110210262
Binary11000100110101001010111000010100001000110000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D42B; }

 p { color: rgb(196,212,43); }

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

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

 a { background-color: rgb(196,212,43); }

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

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

 span { border-color: rgb(196,212,43); }

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