#C1D336

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

Shades of Fuego #C1D336

Tints of Fuego #C1D336

Color information

#C1D336 (or 0xC1D336) is unknown color: approx Fuego. HEX triplet: C1, D3 and 36. RGB value is (193,211,54). Sum of RGB (Red+Green+Blue) = 193+211+54=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D336 is #3E2CC9. Grayscale: #BCBCBC. Windows color (decimal): -4074698 or 3593153. OLE color: 3593153.

HSL color Cylindrical-coordinate representation of color #C1D336: hue angle of 66.88º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1D336 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB19321154-
CMYK0.0900.740.17
HSL66.88º64.08%51.96%-
HSV(B)66.88º74.41%82.75%-
XYZ45.9558.1912.3-
YUV187.7252.54131.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.14%
GREEN value IS 211 (82.81% from 255) = 46.07%
BLUE value IS 54 (21.48% from 255) = 11.79%
R=42.14%
G=46.07%
B=11.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal193211540.0900.740.1766.8864.0851.96
HexC1D336904A11434034
Octal301323661101122110310064
Binary11000001110100111101101001010010101000110000111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D336; }

 p { color: rgb(193,211,54); }

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

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

 a { background-color: rgb(193,211,54); }

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

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

 span { border-color: rgb(193,211,54); }

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