#C6CD30

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

Shades of Fuego #C6CD30

Tints of Fuego #C6CD30

Color information

#C6CD30 (or 0xC6CD30) is unknown color: approx Fuego. HEX triplet: C6, CD and 30. RGB value is (198,205,48). Sum of RGB (Red+Green+Blue) = 198+205+48=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CD30 is #3932CF. Grayscale: #B9B9B9. Windows color (decimal): -3748560 or 3198406. OLE color: 3198406.

HSL color Cylindrical-coordinate representation of color #C6CD30: hue angle of 62.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6CD30 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB19820548-
CMYK0.0300.770.20
HSL62.68º62.06%49.61%-
HSV(B)62.68º76.59%80.39%-
XYZ45.6555.8811.18-
YUV185.0150.68137.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 205 (80.47% from 255) = 45.45%
BLUE value IS 48 (19.14% from 255) = 10.64%
R=43.90%
G=45.45%
B=10.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198205480.0300.770.2062.6862.0649.61
HexC6CD30304D143f3e32
Octal306315603011524777662
Binary1100011011001101110000110100110110100111111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CD30; }

 p { color: rgb(198,205,48); }

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

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

 a { background-color: rgb(198,205,48); }

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

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

 span { border-color: rgb(198,205,48); }

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