Html Css Color HEX #AFCD17 Rio Grande

📋 copy color: '#AFCD17'

red 175 ◦ green 205 ◦ blue 23

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

Shades of Rio Grande #AFCD17

Tints of Rio Grande #AFCD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.71%

R = 43.42%
G = 50.87%
B = 5.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#AFCD17 (or 0xAFCD17) is known color: Rio Grande. HEX triplet: AF, CD and 17. RGB value is (175,205,23). Sum of RGB (Red+Green+Blue) = 175+205+23=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD17 is #5032E8. Grayscale: #AFAFAF. Windows color (decimal): -5255913 or 1559983. OLE color: 1559983.

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

Color convert

RGB 175 205 23 -
CMYK 0.15 0 0.89 0.20
HSL 69.89º 0.8% 0.45% -
HSV(B) 69.89º 0.89% 0.8% -
XYZ 39.67 52.84 8.92 -
YUV 175.28 42.06 127.8 -
System Red Green Blue C M Y K H S L
Decimal 175 205 23 0.15 0 0.89 0.20 69.89 0.8 0.45
Hex AF CD 17 F 0 59 14 46 50 2D
Octal 257 315 27 17 0 131 24 106 120 55
Binary 10101111 11001101 10111 1111 0 1011001 10100 1000110 1010000 101101

Color Harmonies of #AFCD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD17

Black with #AFCD17

Text Example


Text Example

White with #AFCD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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