Html Css Color HEX #AFD781 Feijoa

📋 copy color: '#AFD781'

red 175 ◦ green 215 ◦ blue 129

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

Shades of Feijoa #AFD781

Tints of Feijoa #AFD781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.86%

R = 33.72%
G = 41.43%
B = 24.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#AFD781 (or 0xAFD781) is known color: Feijoa. HEX triplet: AF, D7 and 81. RGB value is (175,215,129). Sum of RGB (Red+Green+Blue) = 175+215+129=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD781 is #50287E. Grayscale: #C1C1C1. Windows color (decimal): -5253247 or 8509359. OLE color: 8509359.

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

Color convert

RGB 175 215 129 -
CMYK 0.19 0 0.4 0.16
HSL 87.91º 0.52% 0.67% -
HSV(B) 87.91º 0.4% 0.84% -
XYZ 45.94 59.3 29.79 -
YUV 193.24 91.75 114.99 -
System Red Green Blue C M Y K H S L
Decimal 175 215 129 0.19 0 0.4 0.16 87.91 0.52 0.67
Hex AF D7 81 13 0 28 10 58 34 43
Octal 257 327 201 23 0 50 20 130 64 103
Binary 10101111 11010111 10000001 10011 0 101000 10000 1011000 110100 1000011

Color Harmonies of #AFD781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD781

Black with #AFD781

Text Example


Text Example

White with #AFD781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD781; }

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

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

background-color css

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

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

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

border-color css

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

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

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