Html Css Color HEX #AFE484 Feijoa

📋 copy color: '#AFE484'

red 175 ◦ green 228 ◦ blue 132

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

Shades of Feijoa #AFE484

Tints of Feijoa #AFE484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.67%

R = 32.71%
G = 42.62%
B = 24.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#AFE484 (or 0xAFE484) is known color: Feijoa. HEX triplet: AF, E4 and 84. RGB value is (175,228,132). Sum of RGB (Red+Green+Blue) = 175+228+132=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE484 is #501B7B. Grayscale: #C9C9C9. Windows color (decimal): -5249916 or 8709295. OLE color: 8709295.

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

Color convert

RGB 175 228 132 -
CMYK 0.23 0 0.42 0.11
HSL 93.13º 0.64% 0.71% -
HSV(B) 93.13º 0.42% 0.89% -
XYZ 49.59 66.27 32.01 -
YUV 201.21 88.94 109.31 -
System Red Green Blue C M Y K H S L
Decimal 175 228 132 0.23 0 0.42 0.11 93.13 0.64 0.71
Hex AF E4 84 17 0 2A B 5D 40 47
Octal 257 344 204 27 0 52 13 135 100 107
Binary 10101111 11100100 10000100 10111 0 101010 1011 1011101 1000000 1000111

Color Harmonies of #AFE484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE484

Black with #AFE484

Text Example


Text Example

White with #AFE484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE484; }

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

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

background-color css

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

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

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

border-color css

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

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

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