Html Css Color HEX #AFD31F Rio Grande

📋 copy color: '#AFD31F'

red 175 ◦ green 211 ◦ blue 31

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

Shades of Rio Grande #AFD31F

Tints of Rio Grande #AFD31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.43%

R = 41.97%
G = 50.6%
B = 7.43%

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

#AFD31F (or 0xAFD31F) is known color: Rio Grande. HEX triplet: AF, D3 and 1F. RGB value is (175,211,31). Sum of RGB (Red+Green+Blue) = 175+211+31=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD31F is #502CE0. Grayscale: #B4B4B4. Windows color (decimal): -5254369 or 2085807. OLE color: 2085807.

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

Color convert

RGB 175 211 31 -
CMYK 0.17 0 0.85 0.17
HSL 72º 0.74% 0.47% -
HSV(B) 72º 0.85% 0.83% -
XYZ 41.22 55.8 9.89 -
YUV 179.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 175 211 31 0.17 0 0.85 0.17 72 0.74 0.47
Hex AF D3 1F 11 0 55 11 48 4A 2F
Octal 257 323 37 21 0 125 21 110 112 57
Binary 10101111 11010011 11111 10001 0 1010101 10001 1001000 1001010 101111

Color Harmonies of #AFD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD31F

Black with #AFD31F

Text Example


Text Example

White with #AFD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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