Html Css Color HEX #C5E11C Fuego

📋 copy color: '#C5E11C'

red 197 ◦ green 225 ◦ blue 28

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

Shades of Fuego #C5E11C

Tints of Fuego #C5E11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.22%

R = 43.78%
G = 50%
B = 6.22%

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

#C5E11C (or 0xC5E11C) is known color: Fuego. HEX triplet: C5, E1 and 1C. RGB value is (197,225,28). Sum of RGB (Red+Green+Blue) = 197+225+28=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E11C is #3A1EE3. Grayscale: #C2C2C2. Windows color (decimal): -3808996 or 1892805. OLE color: 1892805.

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

Color convert

RGB 197 225 28 -
CMYK 0.12 0 0.88 0.12
HSL 68.53º 0.78% 0.5% -
HSV(B) 68.53º 0.88% 0.88% -
XYZ 50.16 65.8 11.16 -
YUV 194.17 34.22 130.02 -
System Red Green Blue C M Y K H S L
Decimal 197 225 28 0.12 0 0.88 0.12 68.53 0.78 0.5
Hex C5 E1 1C C 0 58 C 45 4E 32
Octal 305 341 34 14 0 130 14 105 116 62
Binary 11000101 11100001 11100 1100 0 1011000 1100 1000101 1001110 110010

Color Harmonies of #C5E11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E11C

Black with #C5E11C

Text Example


Text Example

White with #C5E11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E11C; }

 p { color: rgb(197,225,28); }

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

background-color css

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

 a { background-color: rgb(197,225,28); }

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

border-color css

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

 span { border-color: rgb(197,225,28); }

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