#C5DD1F

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

Shades of Fuego #C5DD1F

Tints of Fuego #C5DD1F

Color information

#C5DD1F (or 0xC5DD1F) is unknown color: approx Fuego. HEX triplet: C5, DD and 1F. RGB value is (197,221,31). Sum of RGB (Red+Green+Blue) = 197+221+31=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD1F is #3A22E0. Grayscale: #C0C0C0. Windows color (decimal): -3810017 or 2088389. OLE color: 2088389.

HSL color Cylindrical-coordinate representation of color #C5DD1F: hue angle of 67.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5DD1F is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB19722131-
CMYK0.1100.860.13
HSL67.58º75.4%49.41%-
HSV(B)67.58º85.97%86.67%-
XYZ49.1363.6811-
YUV192.1637.05131.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 221 (86.72% from 255) = 49.22%
BLUE value IS 31 (12.5% from 255) = 6.90%
R=43.88%
G=49.22%
B=6.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197221310.1100.860.1367.5875.449.41
HexC5DD1FB056D444b31
Octal305335371301261510411361
Binary110001011101110111111101101010110110110001001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DD1F; }

 p { color: rgb(197,221,31); }

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

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

 a { background-color: rgb(197,221,31); }

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

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

 span { border-color: rgb(197,221,31); }

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