Html Css Color HEX #AFD220 Rio Grande

📋 copy color: '#AFD220'

red 175 ◦ green 210 ◦ blue 32

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

Shades of Rio Grande #AFD220

Tints of Rio Grande #AFD220

RGB

 RED value IS 175 (68.75% from 255) = 41.97%

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

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

R = 41.97%
G = 50.36%
B = 7.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#AFD220 (or 0xAFD220) is known color: Rio Grande. HEX triplet: AF, D2 and 20. RGB value is (175,210,32). Sum of RGB (Red+Green+Blue) = 175+210+32=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD220 is #502DDF. Grayscale: #B3B3B3. Windows color (decimal): -5254624 or 2151087. OLE color: 2151087.

HSL color Cylindrical-coordinate representation of color #AFD220: hue angle of 71.8º 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 #AFD220 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 32 -
CMYK 0.17 0 0.85 0.18
HSL 71.8º 0.74% 0.47% -
HSV(B) 71.8º 0.85% 0.82% -
XYZ 40.99 55.31 9.88 -
YUV 179.24 44.9 124.97 -
System Red Green Blue C M Y K H S L
Decimal 175 210 32 0.17 0 0.85 0.18 71.8 0.74 0.47
Hex AF D2 20 11 0 55 12 48 4A 2F
Octal 257 322 40 21 0 125 22 110 112 57
Binary 10101111 11010010 100000 10001 0 1010101 10010 1001000 1001010 101111

Color Harmonies of #AFD220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD220

Black with #AFD220

Text Example


Text Example

White with #AFD220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD220; }

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

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

background-color css

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

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

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

border-color css

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

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

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