#C2D62E

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

Shades of Fuego #C2D62E

Tints of Fuego #C2D62E

Color information

#C2D62E (or 0xC2D62E) is unknown color: approx Fuego. HEX triplet: C2, D6 and 2E. RGB value is (194,214,46). Sum of RGB (Red+Green+Blue) = 194+214+46=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D62E is #3D29D1. Grayscale: #BDBDBD. Windows color (decimal): -4008402 or 3069634. OLE color: 3069634.

HSL color Cylindrical-coordinate representation of color #C2D62E: hue angle of 67.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2D62E is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB19421446-
CMYK0.0900.790.16
HSL67.14º67.2%50.98%-
HSV(B)67.14º78.5%83.92%-
XYZ46.7959.7611.65-
YUV188.8747.37131.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.73%
GREEN value IS 214 (83.98% from 255) = 47.14%
BLUE value IS 46 (18.36% from 255) = 10.13%
R=42.73%
G=47.14%
B=10.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194214460.0900.790.1667.1467.250.98
HexC2D62E904F10434333
Octal302326561101172010310363
Binary11000010110101101011101001010011111000010000111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D62E; }

 p { color: rgb(194,214,46); }

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

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

 a { background-color: rgb(194,214,46); }

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

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

 span { border-color: rgb(194,214,46); }

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