Html Css Color HEX #AFF87F Feijoa

📋 copy color: '#AFF87F'

red 175 ◦ green 248 ◦ blue 127

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

Shades of Feijoa #AFF87F

Tints of Feijoa #AFF87F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.09%

 BLUE value IS 127 (50% from 255) = 23.09%

R = 31.82%
G = 45.09%
B = 23.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#AFF87F (or 0xAFF87F) is known color: Feijoa. HEX triplet: AF, F8 and 7F. RGB value is (175,248,127). Sum of RGB (Red+Green+Blue) = 175+248+127=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF87F is #500780. Grayscale: #D4D4D4. Windows color (decimal): -5244801 or 8386735. OLE color: 8386735.

HSL color Cylindrical-coordinate representation of color #AFF87F: hue angle of 96.2º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF87F is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 127 -
CMYK 0.29 0 0.49 0.03
HSL 96.2º 0.9% 0.74% -
HSV(B) 96.2º 0.49% 0.97% -
XYZ 55.08 77.78 32.19 -
YUV 212.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 175 248 127 0.29 0 0.49 0.03 96.2 0.9 0.74
Hex AF F8 7F 1D 0 31 3 60 5A 4A
Octal 257 370 177 35 0 61 3 140 132 112
Binary 10101111 11111000 1111111 11101 0 110001 11 1100000 1011010 1001010

Color Harmonies of #AFF87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF87F

Black with #AFF87F

Text Example


Text Example

White with #AFF87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF87F; }

 p { color: rgb(175,248,127); }

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

background-color css

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

 a { background-color: rgb(175,248,127); }

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

border-color css

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

 span { border-color: rgb(175,248,127); }

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