#C1D82A

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

Shades of Fuego #C1D82A

Tints of Fuego #C1D82A

Color information

#C1D82A (or 0xC1D82A) is unknown color: approx Fuego. HEX triplet: C1, D8 and 2A. RGB value is (193,216,42). Sum of RGB (Red+Green+Blue) = 193+216+42=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D82A is #3E27D5. Grayscale: #BDBDBD. Windows color (decimal): -4073430 or 2808001. OLE color: 2808001.

HSL color Cylindrical-coordinate representation of color #C1D82A: hue angle of 67.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1D82A is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB19321642-
CMYK0.1100.810.15
HSL67.93º69.05%50.59%-
HSV(B)67.93º80.56%84.71%-
XYZ46.9760.6211.42-
YUV189.2944.88130.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 216 (84.77% from 255) = 47.89%
BLUE value IS 42 (16.80% from 255) = 9.31%
R=42.79%
G=47.89%
B=9.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193216420.1100.810.1567.9369.0550.59
HexC1D82AB051F444533
Octal301330521301211710410563
Binary1100000111011000101010101101010001111110001001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D82A; }

 p { color: rgb(193,216,42); }

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

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

 a { background-color: rgb(193,216,42); }

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

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

 span { border-color: rgb(193,216,42); }

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