Html Css Color HEX #C6DC21 Fuego

📋 copy color: '#C6DC21'

red 198 ◦ green 220 ◦ blue 33

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

Shades of Fuego #C6DC21

Tints of Fuego #C6DC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.32%

R = 43.9%
G = 48.78%
B = 7.32%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#C6DC21 (or 0xC6DC21) is known color: Fuego. HEX triplet: C6, DC and 21. RGB value is (198,220,33). Sum of RGB (Red+Green+Blue) = 198+220+33=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC21 is #3923DE. Grayscale: #C0C0C0. Windows color (decimal): -3744735 or 2219206. OLE color: 2219206.

HSL color Cylindrical-coordinate representation of color #C6DC21: hue angle of 67.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6DC21 is Cyan = 0.1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 220 33 -
CMYK 0.1 0 0.85 0.14
HSL 67.06º 0.74% 0.5% -
HSV(B) 67.06º 0.85% 0.86% -
XYZ 49.16 63.3 11.07 -
YUV 192.1 38.21 132.21 -
System Red Green Blue C M Y K H S L
Decimal 198 220 33 0.1 0 0.85 0.14 67.06 0.74 0.5
Hex C6 DC 21 A 0 55 E 43 4A 32
Octal 306 334 41 12 0 125 16 103 112 62
Binary 11000110 11011100 100001 1010 0 1010101 1110 1000011 1001010 110010

Color Harmonies of #C6DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DC21

Black with #C6DC21

Text Example


Text Example

White with #C6DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DC21; }

 p { color: rgb(198,220,33); }

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

background-color css

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

 a { background-color: rgb(198,220,33); }

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

border-color css

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

 span { border-color: rgb(198,220,33); }

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