Html Css Color HEX #C6DD16 Fuego

📋 copy color: '#C6DD16'

red 198 ◦ green 221 ◦ blue 22

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

Shades of Fuego #C6DD16

Tints of Fuego #C6DD16

RGB

 RED value IS 198 (77.73% from 255) = 44.9%

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

 BLUE value IS 22 (8.98% from 255) = 4.99%

R = 44.9%
G = 50.11%
B = 4.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#C6DD16 (or 0xC6DD16) is known color: Fuego. HEX triplet: C6, DD and 16. RGB value is (198,221,22). Sum of RGB (Red+Green+Blue) = 198+221+22=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DD16 is #3922E9. Grayscale: #C0C0C0. Windows color (decimal): -3744490 or 1498566. OLE color: 1498566.

HSL color Cylindrical-coordinate representation of color #C6DD16: hue angle of 66.93º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6DD16 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 221 22 -
CMYK 0.10 0 0.90 0.13
HSL 66.93º 0.82% 0.48% -
HSV(B) 66.93º 0.9% 0.87% -
XYZ 49.29 63.78 10.47 -
YUV 191.44 32.38 132.68 -
System Red Green Blue C M Y K H S L
Decimal 198 221 22 0.10 0 0.90 0.13 66.93 0.82 0.48
Hex C6 DD 16 A 0 5A D 43 52 30
Octal 306 335 26 12 0 132 15 103 122 60
Binary 11000110 11011101 10110 1010 0 1011010 1101 1000011 1010010 110000

Color Harmonies of #C6DD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DD16

Black with #C6DD16

Text Example


Text Example

White with #C6DD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DD16; }

 p { color: rgb(198,221,22); }

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

background-color css

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

 a { background-color: rgb(198,221,22); }

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

border-color css

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

 span { border-color: rgb(198,221,22); }

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