Html Css Color HEX #AFE381 Feijoa

📋 copy color: '#AFE381'

red 175 ◦ green 227 ◦ blue 129

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

Shades of Feijoa #AFE381

Tints of Feijoa #AFE381

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.75%

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

R = 32.96%
G = 42.75%
B = 24.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#AFE381 (or 0xAFE381) is known color: Feijoa. HEX triplet: AF, E3 and 81. RGB value is (175,227,129). Sum of RGB (Red+Green+Blue) = 175+227+129=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE381 is #501C7E. Grayscale: #C8C8C8. Windows color (decimal): -5250175 or 8512431. OLE color: 8512431.

HSL color Cylindrical-coordinate representation of color #AFE381: hue angle of 91.84º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFE381 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 129 -
CMYK 0.23 0 0.43 0.11
HSL 91.84º 0.64% 0.7% -
HSV(B) 91.84º 0.43% 0.89% -
XYZ 49.11 65.64 30.85 -
YUV 200.28 87.77 109.97 -
System Red Green Blue C M Y K H S L
Decimal 175 227 129 0.23 0 0.43 0.11 91.84 0.64 0.7
Hex AF E3 81 17 0 2B B 5C 40 46
Octal 257 343 201 27 0 53 13 134 100 106
Binary 10101111 11100011 10000001 10111 0 101011 1011 1011100 1000000 1000110

Color Harmonies of #AFE381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE381

Black with #AFE381

Text Example


Text Example

White with #AFE381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE381; }

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

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

background-color css

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

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

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

border-color css

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

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

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