Html Css Color HEX #AFD577 Feijoa

📋 copy color: '#AFD577'

red 175 ◦ green 213 ◦ blue 119

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

Shades of Feijoa #AFD577

Tints of Feijoa #AFD577

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 34.52%
G = 42.01%
B = 23.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#AFD577 (or 0xAFD577) is known color: Feijoa. HEX triplet: AF, D5 and 77. RGB value is (175,213,119). Sum of RGB (Red+Green+Blue) = 175+213+119=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD577 is #502A88. Grayscale: #BFBFBF. Windows color (decimal): -5253769 or 7853487. OLE color: 7853487.

HSL color Cylindrical-coordinate representation of color #AFD577: hue angle of 84.26º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFD577 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 119 -
CMYK 0.18 0 0.44 0.16
HSL 84.26º 0.53% 0.65% -
HSV(B) 84.26º 0.44% 0.84% -
XYZ 44.8 58.03 26.29 -
YUV 190.92 87.41 116.64 -
System Red Green Blue C M Y K H S L
Decimal 175 213 119 0.18 0 0.44 0.16 84.26 0.53 0.65
Hex AF D5 77 12 0 2C 10 54 35 41
Octal 257 325 167 22 0 54 20 124 65 101
Binary 10101111 11010101 1110111 10010 0 101100 10000 1010100 110101 1000001

Color Harmonies of #AFD577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD577

Black with #AFD577

Text Example


Text Example

White with #AFD577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD577; }

 p { color: rgb(175,213,119); }

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

background-color css

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

 a { background-color: rgb(175,213,119); }

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

border-color css

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

 span { border-color: rgb(175,213,119); }

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