Html Css Color HEX #AFFD87 Feijoa

📋 copy color: '#AFFD87'

red 175 ◦ green 253 ◦ blue 135

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

Shades of Feijoa #AFFD87

Tints of Feijoa #AFFD87

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.94%

 BLUE value IS 135 (53.13% from 255) = 23.98%

R = 31.08%
G = 44.94%
B = 23.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#AFFD87 (or 0xAFFD87) is known color: Feijoa. HEX triplet: AF, FD and 87. RGB value is (175,253,135). Sum of RGB (Red+Green+Blue) = 175+253+135=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 135 (53.12% from 255 or 23.98% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD87 is #500278. Grayscale: #D8D8D8. Windows color (decimal): -5243513 or 8912303. OLE color: 8912303.

HSL color Cylindrical-coordinate representation of color #AFFD87: hue angle of 99.66º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFFD87 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 135 -
CMYK 0.31 0 0.47 0.01
HSL 99.66º 0.97% 0.76% -
HSV(B) 99.66º 0.47% 0.99% -
XYZ 57.18 81.11 35.56 -
YUV 216.23 82.16 98.59 -
System Red Green Blue C M Y K H S L
Decimal 175 253 135 0.31 0 0.47 0.01 99.66 0.97 0.76
Hex AF FD 87 1F 0 2F 1 64 61 4C
Octal 257 375 207 37 0 57 1 144 141 114
Binary 10101111 11111101 10000111 11111 0 101111 1 1100100 1100001 1001100

Color Harmonies of #AFFD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD87

Black with #AFFD87

Text Example


Text Example

White with #AFFD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD87; }

 p { color: rgb(175,253,135); }

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

background-color css

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

 a { background-color: rgb(175,253,135); }

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

border-color css

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

 span { border-color: rgb(175,253,135); }

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