Html Css Color HEX #AFC514 Rio Grande

📋 copy color: '#AFC514'

red 175 ◦ green 197 ◦ blue 20

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

Shades of Rio Grande #AFC514

Tints of Rio Grande #AFC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.26%

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 44.64%
G = 50.26%
B = 5.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#AFC514 (or 0xAFC514) is known color: Rio Grande. HEX triplet: AF, C5 and 14. RGB value is (175,197,20). Sum of RGB (Red+Green+Blue) = 175+197+20=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC514 is #503AEB. Grayscale: #AAAAAA. Windows color (decimal): -5257964 or 1361327. OLE color: 1361327.

HSL color Cylindrical-coordinate representation of color #AFC514: hue angle of 67.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC514 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 20 -
CMYK 0.11 0 0.90 0.23
HSL 67.46º 0.82% 0.43% -
HSV(B) 67.46º 0.9% 0.77% -
XYZ 37.77 49.1 8.15 -
YUV 170.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 175 197 20 0.11 0 0.90 0.23 67.46 0.82 0.43
Hex AF C5 14 B 0 5A 17 43 52 2B
Octal 257 305 24 13 0 132 27 103 122 53
Binary 10101111 11000101 10100 1011 0 1011010 10111 1000011 1010010 101011

Color Harmonies of #AFC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC514

Black with #AFC514

Text Example


Text Example

White with #AFC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC514; }

 p { color: rgb(175,197,20); }

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

background-color css

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

 a { background-color: rgb(175,197,20); }

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

border-color css

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

 span { border-color: rgb(175,197,20); }

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