Html Css Color HEX #AFD218 Rio Grande

📋 copy color: '#AFD218'

red 175 ◦ green 210 ◦ blue 24

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

Shades of Rio Grande #AFD218

Tints of Rio Grande #AFD218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.34%

 BLUE value IS 24 (9.77% from 255) = 5.87%

R = 42.79%
G = 51.34%
B = 5.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#AFD218 (or 0xAFD218) is known color: Rio Grande. HEX triplet: AF, D2 and 18. RGB value is (175,210,24). Sum of RGB (Red+Green+Blue) = 175+210+24=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD218 is #502DE7. Grayscale: #B3B3B3. Windows color (decimal): -5254632 or 1626799. OLE color: 1626799.

HSL color Cylindrical-coordinate representation of color #AFD218: hue angle of 71.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFD218 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 24 -
CMYK 0.17 0 0.89 0.18
HSL 71.29º 0.79% 0.46% -
HSV(B) 71.29º 0.89% 0.82% -
XYZ 40.89 55.27 9.38 -
YUV 178.33 40.9 125.62 -
System Red Green Blue C M Y K H S L
Decimal 175 210 24 0.17 0 0.89 0.18 71.29 0.79 0.46
Hex AF D2 18 11 0 59 12 47 4F 2E
Octal 257 322 30 21 0 131 22 107 117 56
Binary 10101111 11010010 11000 10001 0 1011001 10010 1000111 1001111 101110

Color Harmonies of #AFD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD218

Black with #AFD218

Text Example


Text Example

White with #AFD218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD218; }

 p { color: rgb(175,210,24); }

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

background-color css

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

 a { background-color: rgb(175,210,24); }

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

border-color css

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

 span { border-color: rgb(175,210,24); }

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