#C4D51E

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

Shades of Fuego #C4D51E

Tints of Fuego #C4D51E

Color information

#C4D51E (or 0xC4D51E) is unknown color: approx Fuego. HEX triplet: C4, D5 and 1E. RGB value is (196,213,30). Sum of RGB (Red+Green+Blue) = 196+213+30=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D51E is #3B2AE1. Grayscale: #BBBBBB. Windows color (decimal): -3877602 or 2020804. OLE color: 2020804.

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

Color convert

RGB19621330-
CMYK0.0800.860.16
HSL65.57º75.31%47.65%-
HSV(B)65.57º85.92%83.53%-
XYZ46.7959.4210.23-
YUV187.0539.37134.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 213 (83.59% from 255) = 48.52%
BLUE value IS 30 (12.11% from 255) = 6.83%
R=44.65%
G=48.52%
B=6.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196213300.0800.860.1665.5775.3147.65
HexC4D51E805610424b30
Octal304325361001262010211360
Binary1100010011010101111101000010101101000010000101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D51E; }

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

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

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

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

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

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

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

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