#C6D625

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

Shades of Fuego #C6D625

Tints of Fuego #C6D625

Color information

#C6D625 (or 0xC6D625) is unknown color: approx Fuego. HEX triplet: C6, D6 and 25. RGB value is (198,214,37). Sum of RGB (Red+Green+Blue) = 198+214+37=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D625 is #3929DA. Grayscale: #BDBDBD. Windows color (decimal): -3746267 or 2479814. OLE color: 2479814.

HSL color Cylindrical-coordinate representation of color #C6D625: hue angle of 65.42º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6D625 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB19821437-
CMYK0.0700.830.16
HSL65.42º70.52%49.22%-
HSV(B)65.42º82.71%83.92%-
XYZ47.6760.2310.86-
YUV189.0442.2134.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 214 (83.98% from 255) = 47.66%
BLUE value IS 37 (14.84% from 255) = 8.24%
R=44.10%
G=47.66%
B=8.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198214370.0700.830.1665.4270.5249.22
HexC6D625705310414731
Octal30632645701232010110761
Binary1100011011010110100101111010100111000010000011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D625; }

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

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

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

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

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

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

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

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