#C4D025

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

Shades of Fuego #C4D025

Tints of Fuego #C4D025

Color information

#C4D025 (or 0xC4D025) is unknown color: approx Fuego. HEX triplet: C4, D0 and 25. RGB value is (196,208,37). Sum of RGB (Red+Green+Blue) = 196+208+37=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D025 is #3B2FDA. Grayscale: #B9B9B9. Windows color (decimal): -3878875 or 2478276. OLE color: 2478276.

HSL color Cylindrical-coordinate representation of color #C4D025: hue angle of 64.21º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4D025 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB19620837-
CMYK0.0600.820.18
HSL64.21º69.8%48.04%-
HSV(B)64.21º82.21%81.57%-
XYZ45.6556.9810.34-
YUV184.9244.52135.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 208 (81.64% from 255) = 47.17%
BLUE value IS 37 (14.84% from 255) = 8.39%
R=44.44%
G=47.17%
B=8.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196208370.0600.820.1864.2169.848.04
HexC4D025605212404630
Octal30432045601222210010660
Binary1100010011010000100101110010100101001010000001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D025; }

 p { color: rgb(196,208,37); }

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

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

 a { background-color: rgb(196,208,37); }

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

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

 span { border-color: rgb(196,208,37); }

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