Html Css Color HEX #AFC71B Rio Grande

📋 copy color: '#AFC71B'

red 175 ◦ green 199 ◦ blue 27

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

Shades of Rio Grande #AFC71B

Tints of Rio Grande #AFC71B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.63%

 BLUE value IS 27 (10.94% from 255) = 6.73%

R = 43.64%
G = 49.63%
B = 6.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#AFC71B (or 0xAFC71B) is known color: Rio Grande. HEX triplet: AF, C7 and 1B. RGB value is (175,199,27). Sum of RGB (Red+Green+Blue) = 175+199+27=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC71B is #5038E4. Grayscale: #ACACAC. Windows color (decimal): -5257445 or 1820591. OLE color: 1820591.

HSL color Cylindrical-coordinate representation of color #AFC71B: hue angle of 68.37º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC71B is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 27 -
CMYK 0.12 0 0.86 0.22
HSL 68.37º 0.76% 0.44% -
HSV(B) 68.37º 0.86% 0.78% -
XYZ 38.3 50.04 8.68 -
YUV 172.22 46.05 129.99 -
System Red Green Blue C M Y K H S L
Decimal 175 199 27 0.12 0 0.86 0.22 68.37 0.76 0.44
Hex AF C7 1B C 0 56 16 44 4C 2C
Octal 257 307 33 14 0 126 26 104 114 54
Binary 10101111 11000111 11011 1100 0 1010110 10110 1000100 1001100 101100

Color Harmonies of #AFC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC71B

Black with #AFC71B

Text Example


Text Example

White with #AFC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC71B; }

 p { color: rgb(175,199,27); }

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

background-color css

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

 a { background-color: rgb(175,199,27); }

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

border-color css

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

 span { border-color: rgb(175,199,27); }

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