#C6DD28

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

Shades of Fuego #C6DD28

Tints of Fuego #C6DD28

Color information

#C6DD28 (or 0xC6DD28) is unknown color: approx Fuego. HEX triplet: C6, DD and 28. RGB value is (198,221,40). Sum of RGB (Red+Green+Blue) = 198+221+40=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD28 is #3922D7. Grayscale: #C2C2C2. Windows color (decimal): -3744472 or 2678214. OLE color: 2678214.

HSL color Cylindrical-coordinate representation of color #C6DD28: hue angle of 67.62º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6DD28 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB19822140-
CMYK0.1000.820.13
HSL67.62º72.69%51.18%-
HSV(B)67.62º81.9%86.67%-
XYZ49.5363.8711.73-
YUV193.4941.38131.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 221 (86.72% from 255) = 48.15%
BLUE value IS 40 (16.02% from 255) = 8.71%
R=43.14%
G=48.15%
B=8.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198221400.1000.820.1367.6272.6951.18
HexC6DD28A052D444933
Octal306335501201221510411163
Binary1100011011011101101000101001010010110110001001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DD28; }

 p { color: rgb(198,221,40); }

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

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

 a { background-color: rgb(198,221,40); }

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

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

 span { border-color: rgb(198,221,40); }

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