Html Css Color HEX #AFD422 Rio Grande

📋 copy color: '#AFD422'

red 175 ◦ green 212 ◦ blue 34

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

Shades of Rio Grande #AFD422

Tints of Rio Grande #AFD422

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.36%

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

R = 41.57%
G = 50.36%
B = 8.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#AFD422 (or 0xAFD422) is known color: Rio Grande. HEX triplet: AF, D4 and 22. RGB value is (175,212,34). Sum of RGB (Red+Green+Blue) = 175+212+34=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD422 is #502BDD. Grayscale: #B5B5B5. Windows color (decimal): -5254110 or 2282671. OLE color: 2282671.

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

Color convert

RGB 175 212 34 -
CMYK 0.17 0 0.84 0.17
HSL 72.47º 0.72% 0.48% -
HSV(B) 72.47º 0.84% 0.83% -
XYZ 41.51 56.32 10.2 -
YUV 180.65 45.24 123.97 -
System Red Green Blue C M Y K H S L
Decimal 175 212 34 0.17 0 0.84 0.17 72.47 0.72 0.48
Hex AF D4 22 11 0 54 11 48 48 30
Octal 257 324 42 21 0 124 21 110 110 60
Binary 10101111 11010100 100010 10001 0 1010100 10001 1001000 1001000 110000

Color Harmonies of #AFD422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD422

Black with #AFD422

Text Example


Text Example

White with #AFD422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD422; }

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

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

background-color css

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

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

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

border-color css

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

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

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