Html Css Color HEX #AFF481 Feijoa

📋 copy color: '#AFF481'

red 175 ◦ green 244 ◦ blue 129

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

Shades of Feijoa #AFF481

Tints of Feijoa #AFF481

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.53%

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

R = 31.93%
G = 44.53%
B = 23.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#AFF481 (or 0xAFF481) is known color: Feijoa. HEX triplet: AF, F4 and 81. RGB value is (175,244,129). Sum of RGB (Red+Green+Blue) = 175+244+129=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF481 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF481 is #500B7E. Grayscale: #D2D2D2. Windows color (decimal): -5245823 or 8516783. OLE color: 8516783.

HSL color Cylindrical-coordinate representation of color #AFF481: hue angle of 96º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF481 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 129 -
CMYK 0.28 0 0.47 0.04
HSL 96º 0.84% 0.73% -
HSV(B) 96º 0.47% 0.96% -
XYZ 53.99 75.4 32.48 -
YUV 210.26 82.14 102.85 -
System Red Green Blue C M Y K H S L
Decimal 175 244 129 0.28 0 0.47 0.04 96 0.84 0.73
Hex AF F4 81 1C 0 2F 4 60 54 49
Octal 257 364 201 34 0 57 4 140 124 111
Binary 10101111 11110100 10000001 11100 0 101111 100 1100000 1010100 1001001

Color Harmonies of #AFF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF481

Black with #AFF481

Text Example


Text Example

White with #AFF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF481; }

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

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

background-color css

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

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

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

border-color css

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

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

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