Html Css Color HEX #AFC411 Rio Grande

📋 copy color: '#AFC411'

red 175 ◦ green 196 ◦ blue 17

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

Shades of Rio Grande #AFC411

Tints of Rio Grande #AFC411

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.52%

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

R = 45.1%
G = 50.52%
B = 4.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#AFC411 (or 0xAFC411) is known color: Rio Grande. HEX triplet: AF, C4 and 11. RGB value is (175,196,17). Sum of RGB (Red+Green+Blue) = 175+196+17=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC411 is #503BEE. Grayscale: #AAAAAA. Windows color (decimal): -5258223 or 1164463. OLE color: 1164463.

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

Color convert

RGB 175 196 17 -
CMYK 0.11 0 0.91 0.23
HSL 67.04º 0.84% 0.42% -
HSV(B) 67.04º 0.91% 0.77% -
XYZ 37.52 48.63 7.94 -
YUV 169.32 42.04 132.05 -
System Red Green Blue C M Y K H S L
Decimal 175 196 17 0.11 0 0.91 0.23 67.04 0.84 0.42
Hex AF C4 11 B 0 5B 17 43 54 2A
Octal 257 304 21 13 0 133 27 103 124 52
Binary 10101111 11000100 10001 1011 0 1011011 10111 1000011 1010100 101010

Color Harmonies of #AFC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC411

Black with #AFC411

Text Example


Text Example

White with #AFC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC411; }

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

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

background-color css

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

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

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

border-color css

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

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

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