Html Css Color HEX #AFD425 Rio Grande

📋 copy color: '#AFD425'

red 175 ◦ green 212 ◦ blue 37

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

Shades of Rio Grande #AFD425

Tints of Rio Grande #AFD425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.73%

R = 41.27%
G = 50%
B = 8.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#AFD425 (or 0xAFD425) is known color: Rio Grande. HEX triplet: AF, D4 and 25. RGB value is (175,212,37). Sum of RGB (Red+Green+Blue) = 175+212+37=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD425 is #502BDA. Grayscale: #B5B5B5. Windows color (decimal): -5254107 or 2479279. OLE color: 2479279.

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

Color convert

RGB 175 212 37 -
CMYK 0.17 0 0.83 0.17
HSL 72.69º 0.7% 0.49% -
HSV(B) 72.69º 0.83% 0.83% -
XYZ 41.56 56.33 10.43 -
YUV 180.99 46.74 123.73 -
System Red Green Blue C M Y K H S L
Decimal 175 212 37 0.17 0 0.83 0.17 72.69 0.7 0.49
Hex AF D4 25 11 0 53 11 49 46 31
Octal 257 324 45 21 0 123 21 111 106 61
Binary 10101111 11010100 100101 10001 0 1010011 10001 1001001 1000110 110001

Color Harmonies of #AFD425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD425

Black with #AFD425

Text Example


Text Example

White with #AFD425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD425; }

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

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

background-color css

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

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

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

border-color css

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

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

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