Html Css Color HEX #C5E325 Fuego

📋 copy color: '#C5E325'

red 197 ◦ green 227 ◦ blue 37

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

Shades of Fuego #C5E325

Tints of Fuego #C5E325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.24%

 BLUE value IS 37 (14.84% from 255) = 8.03%

R = 42.73%
G = 49.24%
B = 8.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#C5E325 (or 0xC5E325) is known color: Fuego. HEX triplet: C5, E3 and 25. RGB value is (197,227,37). Sum of RGB (Red+Green+Blue) = 197+227+37=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E325 is #3A1CDA. Grayscale: #C5C5C5. Windows color (decimal): -3808475 or 2483141. OLE color: 2483141.

HSL color Cylindrical-coordinate representation of color #C5E325: hue angle of 69.47º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5E325 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 227 37 -
CMYK 0.13 0 0.84 0.11
HSL 69.47º 0.77% 0.52% -
HSV(B) 69.47º 0.84% 0.89% -
XYZ 50.83 66.94 11.99 -
YUV 196.37 38.06 128.45 -
System Red Green Blue C M Y K H S L
Decimal 197 227 37 0.13 0 0.84 0.11 69.47 0.77 0.52
Hex C5 E3 25 D 0 54 B 45 4D 34
Octal 305 343 45 15 0 124 13 105 115 64
Binary 11000101 11100011 100101 1101 0 1010100 1011 1000101 1001101 110100

Color Harmonies of #C5E325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E325

Black with #C5E325

Text Example


Text Example

White with #C5E325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E325; }

 p { color: rgb(197,227,37); }

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

background-color css

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

 a { background-color: rgb(197,227,37); }

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

border-color css

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

 span { border-color: rgb(197,227,37); }

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