#C1D231

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

Shades of Fuego #C1D231

Tints of Fuego #C1D231

Color information

#C1D231 (or 0xC1D231) is unknown color: approx Fuego. HEX triplet: C1, D2 and 31. RGB value is (193,210,49). Sum of RGB (Red+Green+Blue) = 193+210+49=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D231 is #3E2DCE. Grayscale: #BBBBBB. Windows color (decimal): -4074959 or 3265217. OLE color: 3265217.

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

Color convert

RGB19321049-
CMYK0.0800.770.18
HSL66.34º64.14%50.78%-
HSV(B)66.34º76.67%82.35%-
XYZ45.5957.6511.63-
YUV186.5650.37132.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 210 (82.42% from 255) = 46.46%
BLUE value IS 49 (19.53% from 255) = 10.84%
R=42.70%
G=46.46%
B=10.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193210490.0800.770.1866.3464.1450.78
HexC1D231804D12424033
Octal301322611001152210210063
Binary11000001110100101100011000010011011001010000101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D231; }

 p { color: rgb(193,210,49); }

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

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

 a { background-color: rgb(193,210,49); }

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

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

 span { border-color: rgb(193,210,49); }

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