Html Css Color HEX #C5E01C Fuego

📋 copy color: '#C5E01C'

red 197 ◦ green 224 ◦ blue 28

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

Shades of Fuego #C5E01C

Tints of Fuego #C5E01C

RGB

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

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

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

R = 43.88%
G = 49.89%
B = 6.24%

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

#C5E01C (or 0xC5E01C) is known color: Fuego. HEX triplet: C5, E0 and 1C. RGB value is (197,224,28). Sum of RGB (Red+Green+Blue) = 197+224+28=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E01C is #3A1FE3. Grayscale: #C2C2C2. Windows color (decimal): -3809252 or 1892549. OLE color: 1892549.

HSL color Cylindrical-coordinate representation of color #C5E01C: hue angle of 68.27º degrees, saturation: 0.78, 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 #C5E01C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 224 28 -
CMYK 0.12 0 0.88 0.12
HSL 68.27º 0.78% 0.49% -
HSV(B) 68.27º 0.88% 0.88% -
XYZ 49.89 65.27 11.07 -
YUV 193.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 197 224 28 0.12 0 0.88 0.12 68.27 0.78 0.49
Hex C5 E0 1C C 0 58 C 44 4E 31
Octal 305 340 34 14 0 130 14 104 116 61
Binary 11000101 11100000 11100 1100 0 1011000 1100 1000100 1001110 110001

Color Harmonies of #C5E01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E01C

Black with #C5E01C

Text Example


Text Example

White with #C5E01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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