Html Css Color HEX #C4DD1A Fuego

📋 copy color: '#C4DD1A'

red 196 ◦ green 221 ◦ blue 26

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

Shades of Fuego #C4DD1A

Tints of Fuego #C4DD1A

RGB

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

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

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

R = 44.24%
G = 49.89%
B = 5.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#C4DD1A (or 0xC4DD1A) is known color: Fuego. HEX triplet: C4, DD and 1A. RGB value is (196,221,26). Sum of RGB (Red+Green+Blue) = 196+221+26=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DD1A is #3B22E5. Grayscale: #C0C0C0. Windows color (decimal): -3875558 or 1760708. OLE color: 1760708.

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

Color convert

RGB 196 221 26 -
CMYK 0.11 0 0.88 0.13
HSL 67.69º 0.79% 0.48% -
HSV(B) 67.69º 0.88% 0.87% -
XYZ 48.81 63.52 10.67 -
YUV 191.3 34.72 131.36 -
System Red Green Blue C M Y K H S L
Decimal 196 221 26 0.11 0 0.88 0.13 67.69 0.79 0.48
Hex C4 DD 1A B 0 58 D 44 4F 30
Octal 304 335 32 13 0 130 15 104 117 60
Binary 11000100 11011101 11010 1011 0 1011000 1101 1000100 1001111 110000

Color Harmonies of #C4DD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DD1A

Black with #C4DD1A

Text Example


Text Example

White with #C4DD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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