Html Css Color HEX #C4E126 Fuego

📋 copy color: '#C4E126'

red 196 ◦ green 225 ◦ blue 38

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

Shades of Fuego #C4E126

Tints of Fuego #C4E126

RGB

 RED value IS 196 (76.95% from 255) = 42.7%

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

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

R = 42.7%
G = 49.02%
B = 8.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#C4E126 (or 0xC4E126) is known color: Fuego. HEX triplet: C4, E1 and 26. RGB value is (196,225,38). Sum of RGB (Red+Green+Blue) = 196+225+38=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E126 is #3B1ED9. Grayscale: #C3C3C3. Windows color (decimal): -3874522 or 2548164. OLE color: 2548164.

HSL color Cylindrical-coordinate representation of color #C4E126: hue angle of 69.3º 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 #C4E126 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 225 38 -
CMYK 0.13 0 0.83 0.12
HSL 69.3º 0.76% 0.52% -
HSV(B) 69.3º 0.83% 0.88% -
XYZ 50.04 65.73 11.88 -
YUV 195.01 39.39 128.71 -
System Red Green Blue C M Y K H S L
Decimal 196 225 38 0.13 0 0.83 0.12 69.3 0.76 0.52
Hex C4 E1 26 D 0 53 C 45 4C 34
Octal 304 341 46 15 0 123 14 105 114 64
Binary 11000100 11100001 100110 1101 0 1010011 1100 1000101 1001100 110100

Color Harmonies of #C4E126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E126

Black with #C4E126

Text Example


Text Example

White with #C4E126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E126; }

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

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

background-color css

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

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

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

border-color css

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

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

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