Html Css Color HEX #AFD221 Rio Grande

📋 copy color: '#AFD221'

red 175 ◦ green 210 ◦ blue 33

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

Shades of Rio Grande #AFD221

Tints of Rio Grande #AFD221

RGB

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

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

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

R = 41.87%
G = 50.24%
B = 7.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#AFD221 (or 0xAFD221) is known color: Rio Grande. HEX triplet: AF, D2 and 21. RGB value is (175,210,33). Sum of RGB (Red+Green+Blue) = 175+210+33=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD221 is #502DDE. Grayscale: #B4B4B4. Windows color (decimal): -5254623 or 2216623. OLE color: 2216623.

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

Color convert

RGB 175 210 33 -
CMYK 0.17 0 0.84 0.18
HSL 71.86º 0.73% 0.48% -
HSV(B) 71.86º 0.84% 0.82% -
XYZ 41 55.32 9.96 -
YUV 179.36 45.4 124.89 -
System Red Green Blue C M Y K H S L
Decimal 175 210 33 0.17 0 0.84 0.18 71.86 0.73 0.48
Hex AF D2 21 11 0 54 12 48 49 30
Octal 257 322 41 21 0 124 22 110 111 60
Binary 10101111 11010010 100001 10001 0 1010100 10010 1001000 1001001 110000

Color Harmonies of #AFD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD221

Black with #AFD221

Text Example


Text Example

White with #AFD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD221; }

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

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

background-color css

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

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

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

border-color css

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

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

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