Html Css Color HEX #AFD973 Feijoa

📋 copy color: '#AFD973'

red 175 ◦ green 217 ◦ blue 115

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

Shades of Feijoa #AFD973

Tints of Feijoa #AFD973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.8%

 BLUE value IS 115 (45.31% from 255) = 22.68%

R = 34.52%
G = 42.8%
B = 22.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#AFD973 (or 0xAFD973) is known color: Feijoa. HEX triplet: AF, D9 and 73. RGB value is (175,217,115). Sum of RGB (Red+Green+Blue) = 175+217+115=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD973 is #50268C. Grayscale: #C1C1C1. Windows color (decimal): -5252749 or 7592367. OLE color: 7592367.

HSL color Cylindrical-coordinate representation of color #AFD973: hue angle of 84.71º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFD973 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 115 -
CMYK 0.19 0 0.47 0.15
HSL 84.71º 0.57% 0.65% -
HSV(B) 84.71º 0.47% 0.85% -
XYZ 45.59 59.98 25.39 -
YUV 192.81 84.09 115.29 -
System Red Green Blue C M Y K H S L
Decimal 175 217 115 0.19 0 0.47 0.15 84.71 0.57 0.65
Hex AF D9 73 13 0 2F F 55 39 41
Octal 257 331 163 23 0 57 17 125 71 101
Binary 10101111 11011001 1110011 10011 0 101111 1111 1010101 111001 1000001

Color Harmonies of #AFD973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD973

Black with #AFD973

Text Example


Text Example

White with #AFD973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD973; }

 p { color: rgb(175,217,115); }

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

background-color css

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

 a { background-color: rgb(175,217,115); }

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

border-color css

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

 span { border-color: rgb(175,217,115); }

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