Html Css Color HEX #C6D421 Fuego

📋 copy color: '#C6D421'

red 198 ◦ green 212 ◦ blue 33

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

Shades of Fuego #C6D421

Tints of Fuego #C6D421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.86%

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

R = 44.7%
G = 47.86%
B = 7.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#C6D421 (or 0xC6D421) is known color: Fuego. HEX triplet: C6, D4 and 21. RGB value is (198,212,33). Sum of RGB (Red+Green+Blue) = 198+212+33=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D421 is #392BDE. Grayscale: #BCBCBC. Windows color (decimal): -3746783 or 2217158. OLE color: 2217158.

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

Color convert

RGB 198 212 33 -
CMYK 0.07 0 0.84 0.17
HSL 64.69º 0.73% 0.48% -
HSV(B) 64.69º 0.84% 0.83% -
XYZ 47.11 59.2 10.38 -
YUV 187.41 40.86 135.55 -
System Red Green Blue C M Y K H S L
Decimal 198 212 33 0.07 0 0.84 0.17 64.69 0.73 0.48
Hex C6 D4 21 7 0 54 11 41 49 30
Octal 306 324 41 7 0 124 21 101 111 60
Binary 11000110 11010100 100001 111 0 1010100 10001 1000001 1001001 110000

Color Harmonies of #C6D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D421

Black with #C6D421

Text Example


Text Example

White with #C6D421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D421; }

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

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

background-color css

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

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

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

border-color css

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

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

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