Html Css Color HEX #AFD011 Rio Grande

📋 copy color: '#AFD011'

red 175 ◦ green 208 ◦ blue 17

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

Shades of Rio Grande #AFD011

Tints of Rio Grande #AFD011

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52%

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 43.75%
G = 52%
B = 4.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#AFD011 (or 0xAFD011) is known color: Rio Grande. HEX triplet: AF, D0 and 11. RGB value is (175,208,17). Sum of RGB (Red+Green+Blue) = 175+208+17=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD011 is #502FEE. Grayscale: #B1B1B1. Windows color (decimal): -5255151 or 1167535. OLE color: 1167535.

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

Color convert

RGB 175 208 17 -
CMYK 0.16 0 0.92 0.18
HSL 70.37º 0.85% 0.44% -
HSV(B) 70.37º 0.92% 0.82% -
XYZ 40.34 54.27 8.88 -
YUV 176.36 38.07 127.03 -
System Red Green Blue C M Y K H S L
Decimal 175 208 17 0.16 0 0.92 0.18 70.37 0.85 0.44
Hex AF D0 11 10 0 5C 12 46 55 2C
Octal 257 320 21 20 0 134 22 106 125 54
Binary 10101111 11010000 10001 10000 0 1011100 10010 1000110 1010101 101100

Color Harmonies of #AFD011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD011

Black with #AFD011

Text Example


Text Example

White with #AFD011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD011; }

 p { color: rgb(175,208,17); }

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

background-color css

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

 a { background-color: rgb(175,208,17); }

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

border-color css

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

 span { border-color: rgb(175,208,17); }

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