Html Css Color HEX #C5D51A Fuego

📋 copy color: '#C5D51A'

red 197 ◦ green 213 ◦ blue 26

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

Shades of Fuego #C5D51A

Tints of Fuego #C5D51A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

 BLUE value IS 26 (10.55% from 255) = 5.96%

R = 45.18%
G = 48.85%
B = 5.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#C5D51A (or 0xC5D51A) is known color: Fuego. HEX triplet: C5, D5 and 1A. RGB value is (197,213,26). Sum of RGB (Red+Green+Blue) = 197+213+26=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D51A is #3A2AE5. Grayscale: #BBBBBB. Windows color (decimal): -3812070 or 1758661. OLE color: 1758661.

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

Color convert

RGB 197 213 26 -
CMYK 0.08 0 0.88 0.16
HSL 65.13º 0.78% 0.47% -
HSV(B) 65.13º 0.88% 0.84% -
XYZ 47.01 59.53 9.99 -
YUV 186.9 37.2 135.21 -
System Red Green Blue C M Y K H S L
Decimal 197 213 26 0.08 0 0.88 0.16 65.13 0.78 0.47
Hex C5 D5 1A 8 0 58 10 41 4E 2F
Octal 305 325 32 10 0 130 20 101 116 57
Binary 11000101 11010101 11010 1000 0 1011000 10000 1000001 1001110 101111

Color Harmonies of #C5D51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D51A

Black with #C5D51A

Text Example


Text Example

White with #C5D51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D51A; }

 p { color: rgb(197,213,26); }

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

background-color css

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

 a { background-color: rgb(197,213,26); }

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

border-color css

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

 span { border-color: rgb(197,213,26); }

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