Html Css Color HEX #C4DC18 Fuego

📋 copy color: '#C4DC18'

red 196 ◦ green 220 ◦ blue 24

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

Shades of Fuego #C4DC18

Tints of Fuego #C4DC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.45%

R = 44.55%
G = 50%
B = 5.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#C4DC18 (or 0xC4DC18) is known color: Fuego. HEX triplet: C4, DC and 18. RGB value is (196,220,24). Sum of RGB (Red+Green+Blue) = 196+220+24=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DC18 is #3B23E7. Grayscale: #BFBFBF. Windows color (decimal): -3875816 or 1629380. OLE color: 1629380.

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

Color convert

RGB 196 220 24 -
CMYK 0.11 0 0.89 0.14
HSL 67.35º 0.8% 0.48% -
HSV(B) 67.35º 0.89% 0.86% -
XYZ 48.52 62.99 10.46 -
YUV 190.48 34.05 131.94 -
System Red Green Blue C M Y K H S L
Decimal 196 220 24 0.11 0 0.89 0.14 67.35 0.8 0.48
Hex C4 DC 18 B 0 59 E 43 50 30
Octal 304 334 30 13 0 131 16 103 120 60
Binary 11000100 11011100 11000 1011 0 1011001 1110 1000011 1010000 110000

Color Harmonies of #C4DC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DC18

Black with #C4DC18

Text Example


Text Example

White with #C4DC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DC18; }

 p { color: rgb(196,220,24); }

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

background-color css

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

 a { background-color: rgb(196,220,24); }

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

border-color css

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

 span { border-color: rgb(196,220,24); }

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