#C6D62E

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

Shades of Fuego #C6D62E

Tints of Fuego #C6D62E

Color information

#C6D62E (or 0xC6D62E) is unknown color: approx Fuego. HEX triplet: C6, D6 and 2E. RGB value is (198,214,46). Sum of RGB (Red+Green+Blue) = 198+214+46=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D62E is #3929D1. Grayscale: #BEBEBE. Windows color (decimal): -3746258 or 3069638. OLE color: 3069638.

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

Color convert

RGB19821446-
CMYK0.0700.790.16
HSL65.71º67.2%50.98%-
HSV(B)65.71º78.5%83.92%-
XYZ47.8360.311.7-
YUV190.0646.7133.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.23%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 46 (18.36% from 255) = 10.04%
R=43.23%
G=46.72%
B=10.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198214460.0700.790.1665.7167.250.98
HexC6D62E704F10424333
Octal30632656701172010210363
Binary1100011011010110101110111010011111000010000101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D62E; }

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

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

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

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

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

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

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

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