Html Css Color HEX #AFD222 Rio Grande

📋 copy color: '#AFD222'

red 175 ◦ green 210 ◦ blue 34

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

Shades of Rio Grande #AFD222

Tints of Rio Grande #AFD222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.11%

R = 41.77%
G = 50.12%
B = 8.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#AFD222 (or 0xAFD222) is known color: Rio Grande. HEX triplet: AF, D2 and 22. RGB value is (175,210,34). Sum of RGB (Red+Green+Blue) = 175+210+34=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD222 is #502DDD. Grayscale: #B4B4B4. Windows color (decimal): -5254622 or 2282159. OLE color: 2282159.

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

Color convert

RGB 175 210 34 -
CMYK 0.17 0 0.84 0.18
HSL 71.93º 0.72% 0.48% -
HSV(B) 71.93º 0.84% 0.82% -
XYZ 41.01 55.32 10.03 -
YUV 179.47 45.9 124.81 -
System Red Green Blue C M Y K H S L
Decimal 175 210 34 0.17 0 0.84 0.18 71.93 0.72 0.48
Hex AF D2 22 11 0 54 12 48 48 30
Octal 257 322 42 21 0 124 22 110 110 60
Binary 10101111 11010010 100010 10001 0 1010100 10010 1001000 1001000 110000

Color Harmonies of #AFD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD222

Black with #AFD222

Text Example


Text Example

White with #AFD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD222; }

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

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

background-color css

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

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

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

border-color css

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

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

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