Html Css Color HEX #C6DB16 Fuego

📋 copy color: '#C6DB16'

red 198 ◦ green 219 ◦ blue 22

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

Shades of Fuego #C6DB16

Tints of Fuego #C6DB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.89%

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

R = 45.1%
G = 49.89%
B = 5.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#C6DB16 (or 0xC6DB16) is known color: Fuego. HEX triplet: C6, DB and 16. RGB value is (198,219,22). Sum of RGB (Red+Green+Blue) = 198+219+22=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DB16 is #3924E9. Grayscale: #BFBFBF. Windows color (decimal): -3745002 or 1498054. OLE color: 1498054.

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

Color convert

RGB 198 219 22 -
CMYK 0.10 0 0.90 0.14
HSL 66.4º 0.82% 0.47% -
HSV(B) 66.4º 0.9% 0.86% -
XYZ 48.77 62.73 10.3 -
YUV 190.26 33.04 133.52 -
System Red Green Blue C M Y K H S L
Decimal 198 219 22 0.10 0 0.90 0.14 66.4 0.82 0.47
Hex C6 DB 16 A 0 5A E 42 52 2F
Octal 306 333 26 12 0 132 16 102 122 57
Binary 11000110 11011011 10110 1010 0 1011010 1110 1000010 1010010 101111

Color Harmonies of #C6DB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DB16

Black with #C6DB16

Text Example


Text Example

White with #C6DB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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