Html Css Color HEX #AFE481 Feijoa

📋 copy color: '#AFE481'

red 175 ◦ green 228 ◦ blue 129

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

Shades of Feijoa #AFE481

Tints of Feijoa #AFE481

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.86%

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

R = 32.89%
G = 42.86%
B = 24.25%

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

#AFE481 (or 0xAFE481) is known color: Feijoa. HEX triplet: AF, E4 and 81. RGB value is (175,228,129). Sum of RGB (Red+Green+Blue) = 175+228+129=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE481 is #501B7E. Grayscale: #C9C9C9. Windows color (decimal): -5249919 or 8512687. OLE color: 8512687.

HSL color Cylindrical-coordinate representation of color #AFE481: hue angle of 92.12º degrees, saturation: 0.65, 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 #AFE481 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 129 -
CMYK 0.23 0 0.43 0.11
HSL 92.12º 0.65% 0.7% -
HSV(B) 92.12º 0.43% 0.89% -
XYZ 49.39 66.19 30.94 -
YUV 200.87 87.44 109.55 -
System Red Green Blue C M Y K H S L
Decimal 175 228 129 0.23 0 0.43 0.11 92.12 0.65 0.7
Hex AF E4 81 17 0 2B B 5C 41 46
Octal 257 344 201 27 0 53 13 134 101 106
Binary 10101111 11100100 10000001 10111 0 101011 1011 1011100 1000001 1000110

Color Harmonies of #AFE481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE481

Black with #AFE481

Text Example


Text Example

White with #AFE481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE481; }

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

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

background-color css

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

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

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

border-color css

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

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

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