Html Css Color HEX #AFD387 Feijoa

📋 copy color: '#AFD387'

red 175 ◦ green 211 ◦ blue 135

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

Shades of Feijoa #AFD387

Tints of Feijoa #AFD387

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.5%

 BLUE value IS 135 (53.13% from 255) = 25.91%

R = 33.59%
G = 40.5%
B = 25.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#AFD387 (or 0xAFD387) is known color: Feijoa. HEX triplet: AF, D3 and 87. RGB value is (175,211,135). Sum of RGB (Red+Green+Blue) = 175+211+135=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD387 is #502C78. Grayscale: #BFBFBF. Windows color (decimal): -5254265 or 8901551. OLE color: 8901551.

HSL color Cylindrical-coordinate representation of color #AFD387: hue angle of 88.42º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFD387 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 135 -
CMYK 0.17 0 0.36 0.17
HSL 88.42º 0.46% 0.68% -
HSV(B) 88.42º 0.36% 0.83% -
XYZ 45.35 57.45 31.62 -
YUV 191.57 96.07 116.18 -
System Red Green Blue C M Y K H S L
Decimal 175 211 135 0.17 0 0.36 0.17 88.42 0.46 0.68
Hex AF D3 87 11 0 24 11 58 2E 44
Octal 257 323 207 21 0 44 21 130 56 104
Binary 10101111 11010011 10000111 10001 0 100100 10001 1011000 101110 1000100

Color Harmonies of #AFD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD387

Black with #AFD387

Text Example


Text Example

White with #AFD387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD387; }

 p { color: rgb(175,211,135); }

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

background-color css

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

 a { background-color: rgb(175,211,135); }

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

border-color css

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

 span { border-color: rgb(175,211,135); }

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