Html Css Color HEX #C6E22A Fuego

📋 copy color: '#C6E22A'

red 198 ◦ green 226 ◦ blue 42

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

Shades of Fuego #C6E22A

Tints of Fuego #C6E22A

RGB

 RED value IS 198 (77.73% from 255) = 42.49%

 GREEN value IS 226 (88.67% from 255) = 48.5%

 BLUE value IS 42 (16.8% from 255) = 9.01%

R = 42.49%
G = 48.5%
B = 9.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#C6E22A (or 0xC6E22A) is known color: Fuego. HEX triplet: C6, E2 and 2A. RGB value is (198,226,42). Sum of RGB (Red+Green+Blue) = 198+226+42=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E22A is #391DD5. Grayscale: #C5C5C5. Windows color (decimal): -3743190 or 2810566. OLE color: 2810566.

HSL color Cylindrical-coordinate representation of color #C6E22A: hue angle of 69.13º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6E22A is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 226 42 -
CMYK 0.12 0 0.81 0.11
HSL 69.13º 0.76% 0.53% -
HSV(B) 69.13º 0.81% 0.89% -
XYZ 50.9 66.57 12.36 -
YUV 196.65 40.72 128.96 -
System Red Green Blue C M Y K H S L
Decimal 198 226 42 0.12 0 0.81 0.11 69.13 0.76 0.53
Hex C6 E2 2A C 0 51 B 45 4C 35
Octal 306 342 52 14 0 121 13 105 114 65
Binary 11000110 11100010 101010 1100 0 1010001 1011 1000101 1001100 110101

Color Harmonies of #C6E22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E22A

Black with #C6E22A

Text Example


Text Example

White with #C6E22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E22A; }

 p { color: rgb(198,226,42); }

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

background-color css

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

 a { background-color: rgb(198,226,42); }

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

border-color css

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

 span { border-color: rgb(198,226,42); }

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