Html Css Color HEX #AFCD19 Rio Grande

📋 copy color: '#AFCD19'

red 175 ◦ green 205 ◦ blue 25

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

Shades of Rio Grande #AFCD19

Tints of Rio Grande #AFCD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.62%

 BLUE value IS 25 (10.16% from 255) = 6.17%

R = 43.21%
G = 50.62%
B = 6.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#AFCD19 (or 0xAFCD19) is known color: Rio Grande. HEX triplet: AF, CD and 19. RGB value is (175,205,25). Sum of RGB (Red+Green+Blue) = 175+205+25=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD19 is #5032E6. Grayscale: #B0B0B0. Windows color (decimal): -5255911 or 1691055. OLE color: 1691055.

HSL color Cylindrical-coordinate representation of color #AFCD19: hue angle of 70º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFCD19 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 25 -
CMYK 0.15 0 0.88 0.20
HSL 70º 0.78% 0.45% -
HSV(B) 70º 0.88% 0.8% -
XYZ 39.69 52.85 9.03 -
YUV 175.51 43.06 127.64 -
System Red Green Blue C M Y K H S L
Decimal 175 205 25 0.15 0 0.88 0.20 70 0.78 0.45
Hex AF CD 19 F 0 58 14 46 4E 2D
Octal 257 315 31 17 0 130 24 106 116 55
Binary 10101111 11001101 11001 1111 0 1011000 10100 1000110 1001110 101101

Color Harmonies of #AFCD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD19

Black with #AFCD19

Text Example


Text Example

White with #AFCD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD19; }

 p { color: rgb(175,205,25); }

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

background-color css

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

 a { background-color: rgb(175,205,25); }

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

border-color css

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

 span { border-color: rgb(175,205,25); }

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