Html Css Color HEX #AFD320 Rio Grande

📋 copy color: '#AFD320'

red 175 ◦ green 211 ◦ blue 32

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

Shades of Rio Grande #AFD320

Tints of Rio Grande #AFD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.48%

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

R = 41.87%
G = 50.48%
B = 7.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#AFD320 (or 0xAFD320) is known color: Rio Grande. HEX triplet: AF, D3 and 20. RGB value is (175,211,32). Sum of RGB (Red+Green+Blue) = 175+211+32=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD320 is #502CDF. Grayscale: #B4B4B4. Windows color (decimal): -5254368 or 2151343. OLE color: 2151343.

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

Color convert

RGB 175 211 32 -
CMYK 0.17 0 0.85 0.17
HSL 72.07º 0.74% 0.48% -
HSV(B) 72.07º 0.85% 0.83% -
XYZ 41.23 55.81 9.97 -
YUV 179.83 44.57 124.55 -
System Red Green Blue C M Y K H S L
Decimal 175 211 32 0.17 0 0.85 0.17 72.07 0.74 0.48
Hex AF D3 20 11 0 55 11 48 4A 30
Octal 257 323 40 21 0 125 21 110 112 60
Binary 10101111 11010011 100000 10001 0 1010101 10001 1001000 1001010 110000

Color Harmonies of #AFD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD320

Black with #AFD320

Text Example


Text Example

White with #AFD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD320; }

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

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

background-color css

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

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

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

border-color css

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

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

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