Html Css Color HEX #AFD885 Feijoa

📋 copy color: '#AFD885'

red 175 ◦ green 216 ◦ blue 133

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

Shades of Feijoa #AFD885

Tints of Feijoa #AFD885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.22%

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

R = 33.4%
G = 41.22%
B = 25.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#AFD885 (or 0xAFD885) is known color: Feijoa. HEX triplet: AF, D8 and 85. RGB value is (175,216,133). Sum of RGB (Red+Green+Blue) = 175+216+133=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD885 is #50277A. Grayscale: #C2C2C2. Windows color (decimal): -5252987 or 8771759. OLE color: 8771759.

HSL color Cylindrical-coordinate representation of color #AFD885: hue angle of 89.64º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFD885 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 133 -
CMYK 0.19 0 0.38 0.15
HSL 89.64º 0.52% 0.68% -
HSV(B) 89.64º 0.38% 0.85% -
XYZ 46.47 59.92 31.31 -
YUV 194.28 93.42 114.25 -
System Red Green Blue C M Y K H S L
Decimal 175 216 133 0.19 0 0.38 0.15 89.64 0.52 0.68
Hex AF D8 85 13 0 26 F 5A 34 44
Octal 257 330 205 23 0 46 17 132 64 104
Binary 10101111 11011000 10000101 10011 0 100110 1111 1011010 110100 1000100

Color Harmonies of #AFD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD885

Black with #AFD885

Text Example


Text Example

White with #AFD885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD885; }

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

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

background-color css

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

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

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

border-color css

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

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

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