Html Css Color HEX #C5E01E Fuego

📋 copy color: '#C5E01E'

red 197 ◦ green 224 ◦ blue 30

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

Shades of Fuego #C5E01E

Tints of Fuego #C5E01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.65%

R = 43.68%
G = 49.67%
B = 6.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#C5E01E (or 0xC5E01E) is known color: Fuego. HEX triplet: C5, E0 and 1E. RGB value is (197,224,30). Sum of RGB (Red+Green+Blue) = 197+224+30=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E01E is #3A1FE1. Grayscale: #C2C2C2. Windows color (decimal): -3809250 or 2023621. OLE color: 2023621.

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

Color convert

RGB 197 224 30 -
CMYK 0.12 0 0.87 0.12
HSL 68.35º 0.76% 0.5% -
HSV(B) 68.35º 0.87% 0.88% -
XYZ 49.92 65.28 11.2 -
YUV 193.81 35.55 130.27 -
System Red Green Blue C M Y K H S L
Decimal 197 224 30 0.12 0 0.87 0.12 68.35 0.76 0.5
Hex C5 E0 1E C 0 57 C 44 4C 32
Octal 305 340 36 14 0 127 14 104 114 62
Binary 11000101 11100000 11110 1100 0 1010111 1100 1000100 1001100 110010

Color Harmonies of #C5E01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E01E

Black with #C5E01E

Text Example


Text Example

White with #C5E01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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