Html Css Color HEX #C4DD1C Fuego

📋 copy color: '#C4DD1C'

red 196 ◦ green 221 ◦ blue 28

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

Shades of Fuego #C4DD1C

Tints of Fuego #C4DD1C

RGB

 RED value IS 196 (76.95% from 255) = 44.04%

 GREEN value IS 221 (86.72% from 255) = 49.66%

 BLUE value IS 28 (11.33% from 255) = 6.29%

R = 44.04%
G = 49.66%
B = 6.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#C4DD1C (or 0xC4DD1C) is known color: Fuego. HEX triplet: C4, DD and 1C. RGB value is (196,221,28). Sum of RGB (Red+Green+Blue) = 196+221+28=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DD1C is #3B22E3. Grayscale: #C0C0C0. Windows color (decimal): -3875556 or 1891780. OLE color: 1891780.

HSL color Cylindrical-coordinate representation of color #C4DD1C: hue angle of 67.77º degrees, saturation: 0.78, 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 #C4DD1C is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 221 28 -
CMYK 0.11 0 0.87 0.13
HSL 67.77º 0.78% 0.49% -
HSV(B) 67.77º 0.87% 0.87% -
XYZ 48.83 63.53 10.79 -
YUV 191.52 35.72 131.19 -
System Red Green Blue C M Y K H S L
Decimal 196 221 28 0.11 0 0.87 0.13 67.77 0.78 0.49
Hex C4 DD 1C B 0 57 D 44 4E 31
Octal 304 335 34 13 0 127 15 104 116 61
Binary 11000100 11011101 11100 1011 0 1010111 1101 1000100 1001110 110001

Color Harmonies of #C4DD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DD1C

Black with #C4DD1C

Text Example


Text Example

White with #C4DD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DD1C; }

 p { color: rgb(196,221,28); }

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

background-color css

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

 a { background-color: rgb(196,221,28); }

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

border-color css

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

 span { border-color: rgb(196,221,28); }

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