Html Css Color HEX #C5E01A Fuego

📋 copy color: '#C5E01A'

red 197 ◦ green 224 ◦ blue 26

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

Shades of Fuego #C5E01A

Tints of Fuego #C5E01A

RGB

 RED value IS 197 (77.34% from 255) = 44.07%

 GREEN value IS 224 (87.89% from 255) = 50.11%

 BLUE value IS 26 (10.55% from 255) = 5.82%

R = 44.07%
G = 50.11%
B = 5.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#C5E01A (or 0xC5E01A) is known color: Fuego. HEX triplet: C5, E0 and 1A. RGB value is (197,224,26). Sum of RGB (Red+Green+Blue) = 197+224+26=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E01A is #3A1FE5. Grayscale: #C2C2C2. Windows color (decimal): -3809254 or 1761477. OLE color: 1761477.

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

Color convert

RGB 197 224 26 -
CMYK 0.12 0 0.88 0.12
HSL 68.18º 0.79% 0.49% -
HSV(B) 68.18º 0.88% 0.88% -
XYZ 49.87 65.26 10.94 -
YUV 193.36 33.55 130.6 -
System Red Green Blue C M Y K H S L
Decimal 197 224 26 0.12 0 0.88 0.12 68.18 0.79 0.49
Hex C5 E0 1A C 0 58 C 44 4F 31
Octal 305 340 32 14 0 130 14 104 117 61
Binary 11000101 11100000 11010 1100 0 1011000 1100 1000100 1001111 110001

Color Harmonies of #C5E01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E01A

Black with #C5E01A

Text Example


Text Example

White with #C5E01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E01A; }

 p { color: rgb(197,224,26); }

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

background-color css

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

 a { background-color: rgb(197,224,26); }

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

border-color css

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

 span { border-color: rgb(197,224,26); }

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