Html Css Color HEX #AFDA81 Feijoa

📋 copy color: '#AFDA81'

red 175 ◦ green 218 ◦ blue 129

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

Shades of Feijoa #AFDA81

Tints of Feijoa #AFDA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.76%

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

R = 33.52%
G = 41.76%
B = 24.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#AFDA81 (or 0xAFDA81) is known color: Feijoa. HEX triplet: AF, DA and 81. RGB value is (175,218,129). Sum of RGB (Red+Green+Blue) = 175+218+129=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA81 is #50257E. Grayscale: #C3C3C3. Windows color (decimal): -5252479 or 8510127. OLE color: 8510127.

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

Color convert

RGB 175 218 129 -
CMYK 0.20 0 0.41 0.15
HSL 88.99º 0.55% 0.68% -
HSV(B) 88.99º 0.41% 0.85% -
XYZ 46.71 60.84 30.05 -
YUV 195 90.75 113.74 -
System Red Green Blue C M Y K H S L
Decimal 175 218 129 0.20 0 0.41 0.15 88.99 0.55 0.68
Hex AF DA 81 14 0 29 F 59 37 44
Octal 257 332 201 24 0 51 17 131 67 104
Binary 10101111 11011010 10000001 10100 0 101001 1111 1011001 110111 1000100

Color Harmonies of #AFDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA81

Black with #AFDA81

Text Example


Text Example

White with #AFDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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