#C5D21E

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

Shades of Fuego #C5D21E

Tints of Fuego #C5D21E

Color information

#C5D21E (or 0xC5D21E) is unknown color: approx Fuego. HEX triplet: C5, D2 and 1E. RGB value is (197,210,30). Sum of RGB (Red+Green+Blue) = 197+210+30=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D21E is #3A2DE1. Grayscale: #BABABA. Windows color (decimal): -3812834 or 2020037. OLE color: 2020037.

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

Color convert

RGB19721030-
CMYK0.0600.860.18
HSL64.33º75%47.06%-
HSV(B)64.33º85.71%82.35%-
XYZ46.3158.069.99-
YUV185.5940.19136.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 210 (82.42% from 255) = 48.05%
BLUE value IS 30 (12.11% from 255) = 6.86%
R=45.08%
G=48.05%
B=6.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197210300.0600.860.1864.337547.06
HexC5D21E605612404b2f
Octal30532236601262210011357
Binary110001011101001011110110010101101001010000001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D21E; }

 p { color: rgb(197,210,30); }

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

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

 a { background-color: rgb(197,210,30); }

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

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

 span { border-color: rgb(197,210,30); }

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