Html Css Color HEX #AFDC81 Feijoa

📋 copy color: '#AFDC81'

red 175 ◦ green 220 ◦ blue 129

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

Shades of Feijoa #AFDC81

Tints of Feijoa #AFDC81

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

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

R = 33.4%
G = 41.98%
B = 24.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#AFDC81 (or 0xAFDC81) is known color: Feijoa. HEX triplet: AF, DC and 81. RGB value is (175,220,129). Sum of RGB (Red+Green+Blue) = 175+220+129=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC81 is #50237E. Grayscale: #C4C4C4. Windows color (decimal): -5251967 or 8510639. OLE color: 8510639.

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

Color convert

RGB 175 220 129 -
CMYK 0.20 0 0.41 0.14
HSL 89.67º 0.57% 0.68% -
HSV(B) 89.67º 0.41% 0.86% -
XYZ 47.23 61.89 30.22 -
YUV 196.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 175 220 129 0.20 0 0.41 0.14 89.67 0.57 0.68
Hex AF DC 81 14 0 29 E 5A 39 44
Octal 257 334 201 24 0 51 16 132 71 104
Binary 10101111 11011100 10000001 10100 0 101001 1110 1011010 111001 1000100

Color Harmonies of #AFDC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC81

Black with #AFDC81

Text Example


Text Example

White with #AFDC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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