Html Css Color HEX #C5DF1D Fuego

📋 copy color: '#C5DF1D'

red 197 ◦ green 223 ◦ blue 29

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

Shades of Fuego #C5DF1D

Tints of Fuego #C5DF1D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.67%

 BLUE value IS 29 (11.72% from 255) = 6.46%

R = 43.88%
G = 49.67%
B = 6.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#C5DF1D (or 0xC5DF1D) is known color: Fuego. HEX triplet: C5, DF and 1D. RGB value is (197,223,29). Sum of RGB (Red+Green+Blue) = 197+223+29=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DF1D is #3A20E2. Grayscale: #C1C1C1. Windows color (decimal): -3809507 or 1957829. OLE color: 1957829.

HSL color Cylindrical-coordinate representation of color #C5DF1D: hue angle of 68.04º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5DF1D is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 223 29 -
CMYK 0.12 0 0.87 0.13
HSL 68.04º 0.77% 0.49% -
HSV(B) 68.04º 0.87% 0.87% -
XYZ 49.64 64.73 11.04 -
YUV 193.11 35.39 130.77 -
System Red Green Blue C M Y K H S L
Decimal 197 223 29 0.12 0 0.87 0.13 68.04 0.77 0.49
Hex C5 DF 1D C 0 57 D 44 4D 31
Octal 305 337 35 14 0 127 15 104 115 61
Binary 11000101 11011111 11101 1100 0 1010111 1101 1000100 1001101 110001

Color Harmonies of #C5DF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DF1D

Black with #C5DF1D

Text Example


Text Example

White with #C5DF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DF1D; }

 p { color: rgb(197,223,29); }

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

background-color css

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

 a { background-color: rgb(197,223,29); }

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

border-color css

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

 span { border-color: rgb(197,223,29); }

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