Html Css Color HEX #C5E51F Fuego

📋 copy color: '#C5E51F'

red 197 ◦ green 229 ◦ blue 31

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

Shades of Fuego #C5E51F

Tints of Fuego #C5E51F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.11%

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

R = 43.11%
G = 50.11%
B = 6.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#C5E51F (or 0xC5E51F) is known color: Fuego. HEX triplet: C5, E5 and 1F. RGB value is (197,229,31). Sum of RGB (Red+Green+Blue) = 197+229+31=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E51F is #3A1AE0. Grayscale: #C5C5C5. Windows color (decimal): -3807969 or 2090437. OLE color: 2090437.

HSL color Cylindrical-coordinate representation of color #C5E51F: hue angle of 69.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5E51F is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 229 31 -
CMYK 0.14 0 0.86 0.10
HSL 69.7º 0.79% 0.51% -
HSV(B) 69.7º 0.86% 0.9% -
XYZ 51.29 68.01 11.72 -
YUV 196.86 34.4 128.1 -
System Red Green Blue C M Y K H S L
Decimal 197 229 31 0.14 0 0.86 0.10 69.7 0.79 0.51
Hex C5 E5 1F E 0 56 A 46 4F 33
Octal 305 345 37 16 0 126 12 106 117 63
Binary 11000101 11100101 11111 1110 0 1010110 1010 1000110 1001111 110011

Color Harmonies of #C5E51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E51F

Black with #C5E51F

Text Example


Text Example

White with #C5E51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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