Html Css Color HEX #AFD281 Feijoa

📋 copy color: '#AFD281'

red 175 ◦ green 210 ◦ blue 129

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

Shades of Feijoa #AFD281

Tints of Feijoa #AFD281

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

 BLUE value IS 129 (50.78% from 255) = 25.1%

R = 34.05%
G = 40.86%
B = 25.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#AFD281 (or 0xAFD281) is known color: Feijoa. HEX triplet: AF, D2 and 81. RGB value is (175,210,129). Sum of RGB (Red+Green+Blue) = 175+210+129=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD281 is #502D7E. Grayscale: #BEBEBE. Windows color (decimal): -5254527 or 8508079. OLE color: 8508079.

HSL color Cylindrical-coordinate representation of color #AFD281: hue angle of 85.93º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFD281 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 129 -
CMYK 0.17 0 0.39 0.18
HSL 85.93º 0.47% 0.66% -
HSV(B) 85.93º 0.39% 0.82% -
XYZ 44.69 56.79 29.38 -
YUV 190.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 175 210 129 0.17 0 0.39 0.18 85.93 0.47 0.66
Hex AF D2 81 11 0 27 12 56 2F 42
Octal 257 322 201 21 0 47 22 126 57 102
Binary 10101111 11010010 10000001 10001 0 100111 10010 1010110 101111 1000010

Color Harmonies of #AFD281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD281

Black with #AFD281

Text Example


Text Example

White with #AFD281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD281; }

 p { color: rgb(175,210,129); }

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

background-color css

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

 a { background-color: rgb(175,210,129); }

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

border-color css

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

 span { border-color: rgb(175,210,129); }

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