#C4D42D

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

Shades of Fuego #C4D42D

Tints of Fuego #C4D42D

Color information

#C4D42D (or 0xC4D42D) is unknown color: approx Fuego. HEX triplet: C4, D4 and 2D. RGB value is (196,212,45). Sum of RGB (Red+Green+Blue) = 196+212+45=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D42D is #3B2BD2. Grayscale: #BCBCBC. Windows color (decimal): -3877843 or 3003588. OLE color: 3003588.

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

Color convert

RGB19621245-
CMYK0.0800.790.17
HSL65.75º66.01%50.39%-
HSV(B)65.75º78.77%83.14%-
XYZ46.7859.0111.41-
YUV188.1847.2133.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 212 (83.20% from 255) = 46.80%
BLUE value IS 45 (17.97% from 255) = 9.93%
R=43.27%
G=46.80%
B=9.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal196212450.0800.790.1765.7566.0150.39
HexC4D42D804F11424232
Octal304324551001172110210262
Binary11000100110101001011011000010011111000110000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D42D; }

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

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

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

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

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

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

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

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