Html Css Color HEX #AFFE85 Feijoa

📋 copy color: '#AFFE85'

red 175 ◦ green 254 ◦ blue 133

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

Shades of Feijoa #AFFE85

Tints of Feijoa #AFFE85

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.2%

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 31.14%
G = 45.2%
B = 23.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#AFFE85 (or 0xAFFE85) is known color: Feijoa. HEX triplet: AF, FE and 85. RGB value is (175,254,133). Sum of RGB (Red+Green+Blue) = 175+254+133=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFE85 is #50017A. Grayscale: #D8D8D8. Windows color (decimal): -5243259 or 8781487. OLE color: 8781487.

HSL color Cylindrical-coordinate representation of color #AFFE85: hue angle of 99.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFFE85 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 133 -
CMYK 0.31 0 0.48 0.00
HSL 99.17º 0.98% 0.76% -
HSV(B) 99.17º 0.48% 1% -
XYZ 57.35 81.69 34.94 -
YUV 216.59 80.83 98.34 -
System Red Green Blue C M Y K H S L
Decimal 175 254 133 0.31 0 0.48 0.00 99.17 0.98 0.76
Hex AF FE 85 1F 0 30 0 63 62 4C
Octal 257 376 205 37 0 60 0 143 142 114
Binary 10101111 11111110 10000101 11111 0 110000 0 1100011 1100010 1001100

Color Harmonies of #AFFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE85

Black with #AFFE85

Text Example


Text Example

White with #AFFE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE85; }

 p { color: rgb(175,254,133); }

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

background-color css

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

 a { background-color: rgb(175,254,133); }

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

border-color css

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

 span { border-color: rgb(175,254,133); }

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