Html Css Color HEX #C6D622 Fuego

📋 copy color: '#C6D622'

red 198 ◦ green 214 ◦ blue 34

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

Shades of Fuego #C6D622

Tints of Fuego #C6D622

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.98%

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

R = 44.39%
G = 47.98%
B = 7.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#C6D622 (or 0xC6D622) is known color: Fuego. HEX triplet: C6, D6 and 22. RGB value is (198,214,34). Sum of RGB (Red+Green+Blue) = 198+214+34=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D622 is #3929DD. Grayscale: #BDBDBD. Windows color (decimal): -3746270 or 2283206. OLE color: 2283206.

HSL color Cylindrical-coordinate representation of color #C6D622: hue angle of 65.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6D622 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 214 34 -
CMYK 0.07 0 0.84 0.16
HSL 65.33º 0.73% 0.49% -
HSV(B) 65.33º 0.84% 0.84% -
XYZ 47.62 60.21 10.63 -
YUV 188.7 40.7 134.64 -
System Red Green Blue C M Y K H S L
Decimal 198 214 34 0.07 0 0.84 0.16 65.33 0.73 0.49
Hex C6 D6 22 7 0 54 10 41 49 31
Octal 306 326 42 7 0 124 20 101 111 61
Binary 11000110 11010110 100010 111 0 1010100 10000 1000001 1001001 110001

Color Harmonies of #C6D622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D622

Black with #C6D622

Text Example


Text Example

White with #C6D622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D622; }

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

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

background-color css

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

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

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

border-color css

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

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

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