#c4d532

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

Shades of Fuego #C4D532

Tints of Fuego #C4D532

Color information

#C4D532 (or 0xC4D532) is unknown color: approx Fuego. HEX triplet: C4, D5 and 32. RGB value is (196,213,50). Sum of RGB (Red+Green+Blue) = 196+213+50=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D532 is #3B2ACD. Grayscale: #BDBDBD. Windows color (decimal): -3877582 or 3331524. OLE color: 3331524.

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

Color convert

RGB19621350-
CMYK0.0800.770.16
HSL66.26º65.99%51.57%-
HSV(B)66.26º76.53%83.53%-
XYZ47.1359.5512.03-
YUV189.3349.37132.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 213 (83.59% from 255) = 46.41%
BLUE value IS 50 (19.92% from 255) = 10.89%
R=42.70%
G=46.41%
B=10.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196213500.0800.770.1666.2665.9951.57
HexC4D532804D10424234
Octal304325621001152010210264
Binary11000100110101011100101000010011011000010000101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4d532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4d532; }

 p { color: rgb(196,213,50); }

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

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

 a { background-color: rgb(196,213,50); }

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

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

 span { border-color: rgb(196,213,50); }

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