Html Css Color HEX #AFC711 Rio Grande

📋 copy color: '#AFC711'

red 175 ◦ green 199 ◦ blue 17

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

Shades of Rio Grande #AFC711

Tints of Rio Grande #AFC711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.9%

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

R = 44.76%
G = 50.9%
B = 4.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#AFC711 (or 0xAFC711) is known color: Rio Grande. HEX triplet: AF, C7 and 11. RGB value is (175,199,17). Sum of RGB (Red+Green+Blue) = 175+199+17=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC711 is #5038EE. Grayscale: #ABABAB. Windows color (decimal): -5257455 or 1165231. OLE color: 1165231.

HSL color Cylindrical-coordinate representation of color #AFC711: hue angle of 67.91º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFC711 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 17 -
CMYK 0.12 0 0.91 0.22
HSL 67.91º 0.84% 0.42% -
HSV(B) 67.91º 0.91% 0.78% -
XYZ 38.2 50 8.17 -
YUV 171.08 41.05 130.8 -
System Red Green Blue C M Y K H S L
Decimal 175 199 17 0.12 0 0.91 0.22 67.91 0.84 0.42
Hex AF C7 11 C 0 5B 16 44 54 2A
Octal 257 307 21 14 0 133 26 104 124 52
Binary 10101111 11000111 10001 1100 0 1011011 10110 1000100 1010100 101010

Color Harmonies of #AFC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC711

Black with #AFC711

Text Example


Text Example

White with #AFC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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