Html Css Color HEX #C5DC2C Fuego

📋 copy color: '#C5DC2C'

red 197 ◦ green 220 ◦ blue 44

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

Shades of Fuego #C5DC2C

Tints of Fuego #C5DC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.54%

R = 42.73%
G = 47.72%
B = 9.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#C5DC2C (or 0xC5DC2C) is known color: Fuego. HEX triplet: C5, DC and 2C. RGB value is (197,220,44). Sum of RGB (Red+Green+Blue) = 197+220+44=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC2C is #3A23D3. Grayscale: #C1C1C1. Windows color (decimal): -3810260 or 2940101. OLE color: 2940101.

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

Color convert

RGB 197 220 44 -
CMYK 0.10 0 0.8 0.14
HSL 67.84º 0.72% 0.52% -
HSV(B) 67.84º 0.8% 0.86% -
XYZ 49.07 63.24 12 -
YUV 193.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 197 220 44 0.10 0 0.8 0.14 67.84 0.72 0.52
Hex C5 DC 2C A 0 50 E 44 48 34
Octal 305 334 54 12 0 120 16 104 110 64
Binary 11000101 11011100 101100 1010 0 1010000 1110 1000100 1001000 110100

Color Harmonies of #C5DC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC2C

Black with #C5DC2C

Text Example


Text Example

White with #C5DC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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