Html Css Color HEX #C6D22C Fuego

📋 copy color: '#C6D22C'

red 198 ◦ green 210 ◦ blue 44

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

Shades of Fuego #C6D22C

Tints of Fuego #C6D22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.73%

R = 43.81%
G = 46.46%
B = 9.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#C6D22C (or 0xC6D22C) is known color: Fuego. HEX triplet: C6, D2 and 2C. RGB value is (198,210,44). Sum of RGB (Red+Green+Blue) = 198+210+44=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D22C is #392DD3. Grayscale: #BCBCBC. Windows color (decimal): -3747284 or 2937542. OLE color: 2937542.

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

Color convert

RGB 198 210 44 -
CMYK 0.06 0 0.79 0.18
HSL 64.34º 0.65% 0.5% -
HSV(B) 64.34º 0.79% 0.82% -
XYZ 46.79 58.28 11.17 -
YUV 187.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 198 210 44 0.06 0 0.79 0.18 64.34 0.65 0.5
Hex C6 D2 2C 6 0 4F 12 40 41 32
Octal 306 322 54 6 0 117 22 100 101 62
Binary 11000110 11010010 101100 110 0 1001111 10010 1000000 1000001 110010

Color Harmonies of #C6D22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D22C

Black with #C6D22C

Text Example


Text Example

White with #C6D22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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