#C1D036

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

Shades of Fuego #C1D036

Tints of Fuego #C1D036

Color information

#C1D036 (or 0xC1D036) is unknown color: approx Fuego. HEX triplet: C1, D0 and 36. RGB value is (193,208,54). Sum of RGB (Red+Green+Blue) = 193+208+54=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D036 is #3E2FC9. Grayscale: #BABABA. Windows color (decimal): -4075466 or 3592385. OLE color: 3592385.

HSL color Cylindrical-coordinate representation of color #C1D036: hue angle of 65.84º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1D036 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB19320854-
CMYK0.0700.740.18
HSL65.84º62.1%51.37%-
HSV(B)65.84º74.04%81.57%-
XYZ45.2156.7212.05-
YUV185.9653.53133.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 54 (21.48% from 255) = 11.87%
R=42.42%
G=45.71%
B=11.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193208540.0700.740.1865.8462.151.37
HexC1D036704A12423e33
Octal3013206670112221027663
Binary110000011101000011011011101001010100101000010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D036; }

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

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

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

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

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

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

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

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