Html Css Color HEX #C6D221 Fuego

📋 copy color: '#C6D221'

red 198 ◦ green 210 ◦ blue 33

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

Shades of Fuego #C6D221

Tints of Fuego #C6D221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

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

R = 44.9%
G = 47.62%
B = 7.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#C6D221 (or 0xC6D221) is known color: Fuego. HEX triplet: C6, D2 and 21. RGB value is (198,210,33). Sum of RGB (Red+Green+Blue) = 198+210+33=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D221 is #392DDE. Grayscale: #BABABA. Windows color (decimal): -3747295 or 2216646. OLE color: 2216646.

HSL color Cylindrical-coordinate representation of color #C6D221: hue angle of 64.07º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6D221 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 210 33 -
CMYK 0.06 0 0.84 0.18
HSL 64.07º 0.73% 0.48% -
HSV(B) 64.07º 0.84% 0.82% -
XYZ 46.61 58.21 10.22 -
YUV 186.23 41.52 136.39 -
System Red Green Blue C M Y K H S L
Decimal 198 210 33 0.06 0 0.84 0.18 64.07 0.73 0.48
Hex C6 D2 21 6 0 54 12 40 49 30
Octal 306 322 41 6 0 124 22 100 111 60
Binary 11000110 11010010 100001 110 0 1010100 10010 1000000 1001001 110000

Color Harmonies of #C6D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D221

Black with #C6D221

Text Example


Text Example

White with #C6D221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D221; }

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

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

background-color css

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

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

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

border-color css

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

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

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