Html Css Color HEX #AFD022 Rio Grande

📋 copy color: '#AFD022'

red 175 ◦ green 208 ◦ blue 34

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

Shades of Rio Grande #AFD022

Tints of Rio Grande #AFD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.88%

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

R = 41.97%
G = 49.88%
B = 8.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#AFD022 (or 0xAFD022) is known color: Rio Grande. HEX triplet: AF, D0 and 22. RGB value is (175,208,34). Sum of RGB (Red+Green+Blue) = 175+208+34=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD022 is #502FDD. Grayscale: #B2B2B2. Windows color (decimal): -5255134 or 2281647. OLE color: 2281647.

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

Color convert

RGB 175 208 34 -
CMYK 0.16 0 0.84 0.18
HSL 71.38º 0.72% 0.47% -
HSV(B) 71.38º 0.84% 0.82% -
XYZ 40.52 54.34 9.87 -
YUV 178.3 46.57 125.65 -
System Red Green Blue C M Y K H S L
Decimal 175 208 34 0.16 0 0.84 0.18 71.38 0.72 0.47
Hex AF D0 22 10 0 54 12 47 48 2F
Octal 257 320 42 20 0 124 22 107 110 57
Binary 10101111 11010000 100010 10000 0 1010100 10010 1000111 1001000 101111

Color Harmonies of #AFD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD022

Black with #AFD022

Text Example


Text Example

White with #AFD022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD022; }

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

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

background-color css

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

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

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

border-color css

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

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

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