#C2D831

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

Shades of Fuego #C2D831

Tints of Fuego #C2D831

Color information

#C2D831 (or 0xC2D831) is unknown color: approx Fuego. HEX triplet: C2, D8 and 31. RGB value is (194,216,49). Sum of RGB (Red+Green+Blue) = 194+216+49=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D831 is #3D27CE. Grayscale: #BFBFBF. Windows color (decimal): -4007887 or 3266754. OLE color: 3266754.

HSL color Cylindrical-coordinate representation of color #C2D831: hue angle of 67.9º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2D831 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB19421649-
CMYK0.1000.770.15
HSL67.9º68.16%51.96%-
HSV(B)67.9º77.31%84.71%-
XYZ47.3660.812.15-
YUV190.3848.21130.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 216 (84.77% from 255) = 47.06%
BLUE value IS 49 (19.53% from 255) = 10.68%
R=42.27%
G=47.06%
B=10.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194216490.1000.770.1567.968.1651.96
HexC2D831A04DF444434
Octal302330611201151710410464
Binary1100001011011000110001101001001101111110001001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D831; }

 p { color: rgb(194,216,49); }

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

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

 a { background-color: rgb(194,216,49); }

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

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

 span { border-color: rgb(194,216,49); }

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