Html Css Color HEX #C2E421 Fuego

📋 copy color: '#C2E421'

red 194 ◦ green 228 ◦ blue 33

#C2E421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #C2E421

Tints of Fuego #C2E421

RGB

 RED value IS 194 (76.17% from 255) = 42.64%

 GREEN value IS 228 (89.45% from 255) = 50.11%

 BLUE value IS 33 (13.28% from 255) = 7.25%

R = 42.64%
G = 50.11%
B = 7.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#C2E421 (or 0xC2E421) is known color: Fuego. HEX triplet: C2, E4 and 21. RGB value is (194,228,33). Sum of RGB (Red+Green+Blue) = 194+228+33=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E421 is #3D1BDE. Grayscale: #C4C4C4. Windows color (decimal): -4004831 or 2221250. OLE color: 2221250.

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

Color convert

RGB 194 228 33 -
CMYK 0.15 0 0.86 0.11
HSL 70.46º 0.78% 0.51% -
HSV(B) 70.46º 0.86% 0.89% -
XYZ 50.27 67.07 11.73 -
YUV 195.6 36.24 126.86 -
System Red Green Blue C M Y K H S L
Decimal 194 228 33 0.15 0 0.86 0.11 70.46 0.78 0.51
Hex C2 E4 21 F 0 56 B 46 4E 33
Octal 302 344 41 17 0 126 13 106 116 63
Binary 11000010 11100100 100001 1111 0 1010110 1011 1000110 1001110 110011

Color Harmonies of #C2E421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E421

Black with #C2E421

Text Example


Text Example

White with #C2E421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E421; }

 p { color: rgb(194,228,33); }

 H1.HeaderClassName
 {
   color: #C2E421;
 }
 .AnyTagClassName
 {
   color: #C2E421;
 }
</style>

background-color css

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

 a { background-color: rgb(194,228,33); }

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

border-color css

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

 span { border-color: rgb(194,228,33); }

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