Html Css Color HEX #C6DD20 Fuego

📋 copy color: '#C6DD20'

red 198 ◦ green 221 ◦ blue 32

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

Shades of Fuego #C6DD20

Tints of Fuego #C6DD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.1%

R = 43.9%
G = 49%
B = 7.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#C6DD20 (or 0xC6DD20) is known color: Fuego. HEX triplet: C6, DD and 20. RGB value is (198,221,32). Sum of RGB (Red+Green+Blue) = 198+221+32=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD20 is #3922DF. Grayscale: #C1C1C1. Windows color (decimal): -3744480 or 2153926. OLE color: 2153926.

HSL color Cylindrical-coordinate representation of color #C6DD20: hue angle of 67.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6DD20 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 221 32 -
CMYK 0.10 0 0.86 0.13
HSL 67.3º 0.75% 0.5% -
HSV(B) 67.3º 0.86% 0.87% -
XYZ 49.41 63.82 11.08 -
YUV 192.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 198 221 32 0.10 0 0.86 0.13 67.3 0.75 0.5
Hex C6 DD 20 A 0 56 D 43 4B 32
Octal 306 335 40 12 0 126 15 103 113 62
Binary 11000110 11011101 100000 1010 0 1010110 1101 1000011 1001011 110010

Color Harmonies of #C6DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DD20

Black with #C6DD20

Text Example


Text Example

White with #C6DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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