Html Css Color HEX #AFCD1D Rio Grande

📋 copy color: '#AFCD1D'

red 175 ◦ green 205 ◦ blue 29

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

Shades of Rio Grande #AFCD1D

Tints of Rio Grande #AFCD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 42.79%
G = 50.12%
B = 7.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#AFCD1D (or 0xAFCD1D) is known color: Rio Grande. HEX triplet: AF, CD and 1D. RGB value is (175,205,29). Sum of RGB (Red+Green+Blue) = 175+205+29=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD1D is #5032E2. Grayscale: #B0B0B0. Windows color (decimal): -5255907 or 1953199. OLE color: 1953199.

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

Color convert

RGB 175 205 29 -
CMYK 0.15 0 0.86 0.20
HSL 70.23º 0.75% 0.46% -
HSV(B) 70.23º 0.86% 0.8% -
XYZ 39.73 52.87 9.27 -
YUV 175.97 45.06 127.31 -
System Red Green Blue C M Y K H S L
Decimal 175 205 29 0.15 0 0.86 0.20 70.23 0.75 0.46
Hex AF CD 1D F 0 56 14 46 4B 2E
Octal 257 315 35 17 0 126 24 106 113 56
Binary 10101111 11001101 11101 1111 0 1010110 10100 1000110 1001011 101110

Color Harmonies of #AFCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD1D

Black with #AFCD1D

Text Example


Text Example

White with #AFCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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