Html Css Color HEX #C6D122 Fuego

📋 copy color: '#C6D122'

red 198 ◦ green 209 ◦ blue 34

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

Shades of Fuego #C6D122

Tints of Fuego #C6D122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.39%

 BLUE value IS 34 (13.67% from 255) = 7.71%

R = 44.9%
G = 47.39%
B = 7.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#C6D122 (or 0xC6D122) is known color: Fuego. HEX triplet: C6, D1 and 22. RGB value is (198,209,34). Sum of RGB (Red+Green+Blue) = 198+209+34=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D122 is #392EDD. Grayscale: #BABABA. Windows color (decimal): -3747550 or 2281926. OLE color: 2281926.

HSL color Cylindrical-coordinate representation of color #C6D122: hue angle of 63.77º degrees, saturation: 0.72, 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 #C6D122 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 209 34 -
CMYK 0.05 0 0.84 0.18
HSL 63.77º 0.72% 0.48% -
HSV(B) 63.77º 0.84% 0.82% -
XYZ 46.38 57.72 10.21 -
YUV 185.76 42.36 136.73 -
System Red Green Blue C M Y K H S L
Decimal 198 209 34 0.05 0 0.84 0.18 63.77 0.72 0.48
Hex C6 D1 22 5 0 54 12 40 48 30
Octal 306 321 42 5 0 124 22 100 110 60
Binary 11000110 11010001 100010 101 0 1010100 10010 1000000 1001000 110000

Color Harmonies of #C6D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D122

Black with #C6D122

Text Example


Text Example

White with #C6D122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D122; }

 p { color: rgb(198,209,34); }

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

background-color css

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

 a { background-color: rgb(198,209,34); }

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

border-color css

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

 span { border-color: rgb(198,209,34); }

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