Html Css Color HEX #C7D220 Fuego

📋 copy color: '#C7D220'

red 199 ◦ green 210 ◦ blue 32

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

Shades of Fuego #C7D220

Tints of Fuego #C7D220

RGB

 RED value IS 199 (78.13% from 255) = 45.12%

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

 BLUE value IS 32 (12.89% from 255) = 7.26%

R = 45.12%
G = 47.62%
B = 7.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#C7D220 (or 0xC7D220) is known color: Fuego. HEX triplet: C7, D2 and 20. RGB value is (199,210,32). Sum of RGB (Red+Green+Blue) = 199+210+32=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D220 is #382DDF. Grayscale: #BBBBBB. Windows color (decimal): -3681760 or 2151111. OLE color: 2151111.

HSL color Cylindrical-coordinate representation of color #C7D220: hue angle of 63.71º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7D220 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 210 32 -
CMYK 0.05 0 0.85 0.18
HSL 63.71º 0.74% 0.47% -
HSV(B) 63.71º 0.85% 0.82% -
XYZ 46.86 58.34 10.16 -
YUV 186.42 40.86 136.97 -
System Red Green Blue C M Y K H S L
Decimal 199 210 32 0.05 0 0.85 0.18 63.71 0.74 0.47
Hex C7 D2 20 5 0 55 12 40 4A 2F
Octal 307 322 40 5 0 125 22 100 112 57
Binary 11000111 11010010 100000 101 0 1010101 10010 1000000 1001010 101111

Color Harmonies of #C7D220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D220

Black with #C7D220

Text Example


Text Example

White with #C7D220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D220; }

 p { color: rgb(199,210,32); }

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

background-color css

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

 a { background-color: rgb(199,210,32); }

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

border-color css

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

 span { border-color: rgb(199,210,32); }

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