Html Css Color HEX #AFD325 Rio Grande

📋 copy color: '#AFD325'

red 175 ◦ green 211 ◦ blue 37

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

Shades of Rio Grande #AFD325

Tints of Rio Grande #AFD325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.88%

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

R = 41.37%
G = 49.88%
B = 8.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#AFD325 (or 0xAFD325) is known color: Rio Grande. HEX triplet: AF, D3 and 25. RGB value is (175,211,37). Sum of RGB (Red+Green+Blue) = 175+211+37=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD325 is #502CDA. Grayscale: #B5B5B5. Windows color (decimal): -5254363 or 2479023. OLE color: 2479023.

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

Color convert

RGB 175 211 37 -
CMYK 0.17 0 0.82 0.17
HSL 72.41º 0.7% 0.49% -
HSV(B) 72.41º 0.82% 0.83% -
XYZ 41.31 55.84 10.35 -
YUV 180.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 175 211 37 0.17 0 0.82 0.17 72.41 0.7 0.49
Hex AF D3 25 11 0 52 11 48 46 31
Octal 257 323 45 21 0 122 21 110 106 61
Binary 10101111 11010011 100101 10001 0 1010010 10001 1001000 1000110 110001

Color Harmonies of #AFD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD325

Black with #AFD325

Text Example


Text Example

White with #AFD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD325; }

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

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

background-color css

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

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

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

border-color css

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

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

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