Html Css Color HEX #AFF485 Feijoa

📋 copy color: '#AFF485'

red 175 ◦ green 244 ◦ blue 133

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

Shades of Feijoa #AFF485

Tints of Feijoa #AFF485

RGB

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

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

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

R = 31.7%
G = 44.2%
B = 24.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#AFF485 (or 0xAFF485) is known color: Feijoa. HEX triplet: AF, F4 and 85. RGB value is (175,244,133). Sum of RGB (Red+Green+Blue) = 175+244+133=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF485 is #500B7A. Grayscale: #D3D3D3. Windows color (decimal): -5245819 or 8778927. OLE color: 8778927.

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

Color convert

RGB 175 244 133 -
CMYK 0.28 0 0.45 0.04
HSL 97.3º 0.83% 0.74% -
HSV(B) 97.3º 0.45% 0.96% -
XYZ 54.26 75.51 33.9 -
YUV 210.72 84.14 102.53 -
System Red Green Blue C M Y K H S L
Decimal 175 244 133 0.28 0 0.45 0.04 97.3 0.83 0.74
Hex AF F4 85 1C 0 2D 4 61 53 4A
Octal 257 364 205 34 0 55 4 141 123 112
Binary 10101111 11110100 10000101 11100 0 101101 100 1100001 1010011 1001010

Color Harmonies of #AFF485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF485

Black with #AFF485

Text Example


Text Example

White with #AFF485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF485; }

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

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

background-color css

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

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

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

border-color css

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

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

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