Html Css Color HEX #C5DC1A Fuego

📋 copy color: '#C5DC1A'

red 197 ◦ green 220 ◦ blue 26

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

Shades of Fuego #C5DC1A

Tints of Fuego #C5DC1A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.66%

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

R = 44.47%
G = 49.66%
B = 5.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#C5DC1A (or 0xC5DC1A) is known color: Fuego. HEX triplet: C5, DC and 1A. RGB value is (197,220,26). Sum of RGB (Red+Green+Blue) = 197+220+26=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC1A is #3A23E5. Grayscale: #BFBFBF. Windows color (decimal): -3810278 or 1760453. OLE color: 1760453.

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

Color convert

RGB 197 220 26 -
CMYK 0.10 0 0.88 0.14
HSL 67.11º 0.79% 0.48% -
HSV(B) 67.11º 0.88% 0.86% -
XYZ 48.81 63.13 10.59 -
YUV 191.01 34.88 132.27 -
System Red Green Blue C M Y K H S L
Decimal 197 220 26 0.10 0 0.88 0.14 67.11 0.79 0.48
Hex C5 DC 1A A 0 58 E 43 4F 30
Octal 305 334 32 12 0 130 16 103 117 60
Binary 11000101 11011100 11010 1010 0 1011000 1110 1000011 1001111 110000

Color Harmonies of #C5DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC1A

Black with #C5DC1A

Text Example


Text Example

White with #C5DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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