Html Css Color HEX #AFD77D Feijoa

📋 copy color: '#AFD77D'

red 175 ◦ green 215 ◦ blue 125

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

Shades of Feijoa #AFD77D

Tints of Feijoa #AFD77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.75%

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 33.98%
G = 41.75%
B = 24.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#AFD77D (or 0xAFD77D) is known color: Feijoa. HEX triplet: AF, D7 and 7D. RGB value is (175,215,125). Sum of RGB (Red+Green+Blue) = 175+215+125=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD77D is #502882. Grayscale: #C1C1C1. Windows color (decimal): -5253251 or 8247215. OLE color: 8247215.

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

Color convert

RGB 175 215 125 -
CMYK 0.19 0 0.42 0.16
HSL 86.67º 0.53% 0.67% -
HSV(B) 86.67º 0.42% 0.84% -
XYZ 45.68 59.2 28.42 -
YUV 192.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 175 215 125 0.19 0 0.42 0.16 86.67 0.53 0.67
Hex AF D7 7D 13 0 2A 10 57 35 43
Octal 257 327 175 23 0 52 20 127 65 103
Binary 10101111 11010111 1111101 10011 0 101010 10000 1010111 110101 1000011

Color Harmonies of #AFD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD77D

Black with #AFD77D

Text Example


Text Example

White with #AFD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD77D; }

 p { color: rgb(175,215,125); }

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

background-color css

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

 a { background-color: rgb(175,215,125); }

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

border-color css

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

 span { border-color: rgb(175,215,125); }

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