Html Css Color HEX #AFD115 Rio Grande

📋 copy color: '#AFD115'

red 175 ◦ green 209 ◦ blue 21

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

Shades of Rio Grande #AFD115

Tints of Rio Grande #AFD115

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.6%

 BLUE value IS 21 (8.59% from 255) = 5.19%

R = 43.21%
G = 51.6%
B = 5.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#AFD115 (or 0xAFD115) is known color: Rio Grande. HEX triplet: AF, D1 and 15. RGB value is (175,209,21). Sum of RGB (Red+Green+Blue) = 175+209+21=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD115 is #502EEA. Grayscale: #B2B2B2. Windows color (decimal): -5254891 or 1429935. OLE color: 1429935.

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

Color convert

RGB 175 209 21 -
CMYK 0.16 0 0.90 0.18
HSL 70.85º 0.82% 0.45% -
HSV(B) 70.85º 0.9% 0.82% -
XYZ 40.62 54.77 9.14 -
YUV 177.4 39.74 126.29 -
System Red Green Blue C M Y K H S L
Decimal 175 209 21 0.16 0 0.90 0.18 70.85 0.82 0.45
Hex AF D1 15 10 0 5A 12 47 52 2D
Octal 257 321 25 20 0 132 22 107 122 55
Binary 10101111 11010001 10101 10000 0 1011010 10010 1000111 1010010 101101

Color Harmonies of #AFD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD115

Black with #AFD115

Text Example


Text Example

White with #AFD115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD115; }

 p { color: rgb(175,209,21); }

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

background-color css

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

 a { background-color: rgb(175,209,21); }

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

border-color css

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

 span { border-color: rgb(175,209,21); }

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