#c2d12b

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

Shades of Fuego #C2D12B

Tints of Fuego #C2D12B

Color information

#C2D12B (or 0xC2D12B) is unknown color: approx Fuego. HEX triplet: C2, D1 and 2B. RGB value is (194,209,43). Sum of RGB (Red+Green+Blue) = 194+209+43=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D12B is #3D2ED4. Grayscale: #BABABA. Windows color (decimal): -4009685 or 2871746. OLE color: 2871746.

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

Color convert

RGB19420943-
CMYK0.0700.790.18
HSL65.42º65.87%49.41%-
HSV(B)65.42º79.43%81.96%-
XYZ45.4857.2410.94-
YUV185.5947.53134-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 209 (82.03% from 255) = 46.86%
BLUE value IS 43 (17.19% from 255) = 9.64%
R=43.50%
G=46.86%
B=9.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194209430.0700.790.1865.4265.8749.41
HexC2D12B704F12414231
Octal30232153701172210110261
Binary1100001011010001101011111010011111001010000011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2d12b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2d12b; }

 p { color: rgb(194,209,43); }

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

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

 a { background-color: rgb(194,209,43); }

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

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

 span { border-color: rgb(194,209,43); }

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