#C6DC25

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

Shades of Fuego #C6DC25

Tints of Fuego #C6DC25

Color information

#C6DC25 (or 0xC6DC25) is unknown color: approx Fuego. HEX triplet: C6, DC and 25. RGB value is (198,220,37). Sum of RGB (Red+Green+Blue) = 198+220+37=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC25 is #3923DA. Grayscale: #C1C1C1. Windows color (decimal): -3744731 or 2481350. OLE color: 2481350.

HSL color Cylindrical-coordinate representation of color #C6DC25: hue angle of 67.21º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6DC25 is Cyan = 0.1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB19822037-
CMYK0.100.830.14
HSL67.21º72.33%50.39%-
HSV(B)67.21º83.18%86.27%-
XYZ49.2263.3311.38-
YUV192.5640.21131.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 220 (86.33% from 255) = 48.35%
BLUE value IS 37 (14.84% from 255) = 8.13%
R=43.52%
G=48.35%
B=8.13%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198220370.100.830.1467.2172.3350.39
HexC6DC25A053E434832
Octal306334451201231610311062
Binary1100011011011100100101101001010011111010000111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DC25; }

 p { color: rgb(198,220,37); }

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

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

 a { background-color: rgb(198,220,37); }

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

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

 span { border-color: rgb(198,220,37); }

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