#C4D528

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

Shades of Fuego #C4D528

Tints of Fuego #C4D528

Color information

#C4D528 (or 0xC4D528) is unknown color: approx Fuego. HEX triplet: C4, D5 and 28. RGB value is (196,213,40). Sum of RGB (Red+Green+Blue) = 196+213+40=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D528 is #3B2AD7. Grayscale: #BCBCBC. Windows color (decimal): -3877592 or 2676164. OLE color: 2676164.

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

Color convert

RGB19621340-
CMYK0.0800.810.16
HSL65.9º68.38%49.61%-
HSV(B)65.9º81.22%83.53%-
XYZ46.9459.4811.01-
YUV188.244.37133.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 40 (16.02% from 255) = 8.91%
R=43.65%
G=47.44%
B=8.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196213400.0800.810.1665.968.3849.61
HexC4D528805110424432
Octal304325501001212010210462
Binary11000100110101011010001000010100011000010000101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D528; }

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

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

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

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

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

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

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

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