Html Css Color HEX #AFE585 Feijoa

📋 copy color: '#AFE585'

red 175 ◦ green 229 ◦ blue 133

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

Shades of Feijoa #AFE585

Tints of Feijoa #AFE585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.64%

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

R = 32.59%
G = 42.64%
B = 24.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#AFE585 (or 0xAFE585) is known color: Feijoa. HEX triplet: AF, E5 and 85. RGB value is (175,229,133). Sum of RGB (Red+Green+Blue) = 175+229+133=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE585 is #501A7A. Grayscale: #CACACA. Windows color (decimal): -5249659 or 8775087. OLE color: 8775087.

HSL color Cylindrical-coordinate representation of color #AFE585: hue angle of 93.75º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFE585 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 133 -
CMYK 0.24 0 0.42 0.10
HSL 93.75º 0.65% 0.71% -
HSV(B) 93.75º 0.42% 0.9% -
XYZ 49.93 66.85 32.46 -
YUV 201.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 175 229 133 0.24 0 0.42 0.10 93.75 0.65 0.71
Hex AF E5 85 18 0 2A A 5E 41 47
Octal 257 345 205 30 0 52 12 136 101 107
Binary 10101111 11100101 10000101 11000 0 101010 1010 1011110 1000001 1000111

Color Harmonies of #AFE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE585

Black with #AFE585

Text Example


Text Example

White with #AFE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE585; }

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

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

background-color css

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

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

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

border-color css

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

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

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