Html Css Color HEX #C5E31F Fuego

📋 copy color: '#C5E31F'

red 197 ◦ green 227 ◦ blue 31

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

Shades of Fuego #C5E31F

Tints of Fuego #C5E31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.81%

R = 43.3%
G = 49.89%
B = 6.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#C5E31F (or 0xC5E31F) is known color: Fuego. HEX triplet: C5, E3 and 1F. RGB value is (197,227,31). Sum of RGB (Red+Green+Blue) = 197+227+31=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 31 (12.5% from 255 or 6.81% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E31F is #3A1CE0. Grayscale: #C4C4C4. Windows color (decimal): -3808481 or 2089925. OLE color: 2089925.

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

Color convert

RGB 197 227 31 -
CMYK 0.13 0 0.86 0.11
HSL 69.18º 0.78% 0.51% -
HSV(B) 69.18º 0.86% 0.89% -
XYZ 50.74 66.91 11.54 -
YUV 195.69 35.06 128.94 -
System Red Green Blue C M Y K H S L
Decimal 197 227 31 0.13 0 0.86 0.11 69.18 0.78 0.51
Hex C5 E3 1F D 0 56 B 45 4E 33
Octal 305 343 37 15 0 126 13 105 116 63
Binary 11000101 11100011 11111 1101 0 1010110 1011 1000101 1001110 110011

Color Harmonies of #C5E31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E31F

Black with #C5E31F

Text Example


Text Example

White with #C5E31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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