Html Css Color HEX #C6E126 Fuego

📋 copy color: '#C6E126'

red 198 ◦ green 225 ◦ blue 38

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

Shades of Fuego #C6E126

Tints of Fuego #C6E126

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.81%

 BLUE value IS 38 (15.23% from 255) = 8.24%

R = 42.95%
G = 48.81%
B = 8.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#C6E126 (or 0xC6E126) is known color: Fuego. HEX triplet: C6, E1 and 26. RGB value is (198,225,38). Sum of RGB (Red+Green+Blue) = 198+225+38=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E126 is #391ED9. Grayscale: #C4C4C4. Windows color (decimal): -3743450 or 2548166. OLE color: 2548166.

HSL color Cylindrical-coordinate representation of color #C6E126: hue angle of 68.66º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6E126 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 225 38 -
CMYK 0.12 0 0.83 0.12
HSL 68.66º 0.76% 0.52% -
HSV(B) 68.66º 0.83% 0.88% -
XYZ 50.56 66 11.91 -
YUV 195.61 39.05 129.71 -
System Red Green Blue C M Y K H S L
Decimal 198 225 38 0.12 0 0.83 0.12 68.66 0.76 0.52
Hex C6 E1 26 C 0 53 C 45 4C 34
Octal 306 341 46 14 0 123 14 105 114 64
Binary 11000110 11100001 100110 1100 0 1010011 1100 1000101 1001100 110100

Color Harmonies of #C6E126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E126

Black with #C6E126

Text Example


Text Example

White with #C6E126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E126; }

 p { color: rgb(198,225,38); }

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

background-color css

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

 a { background-color: rgb(198,225,38); }

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

border-color css

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

 span { border-color: rgb(198,225,38); }

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