Html Css Color HEX #AFDE81 Feijoa

📋 copy color: '#AFDE81'

red 175 ◦ green 222 ◦ blue 129

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

Shades of Feijoa #AFDE81

Tints of Feijoa #AFDE81

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

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

R = 33.27%
G = 42.21%
B = 24.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#AFDE81 (or 0xAFDE81) is known color: Feijoa. HEX triplet: AF, DE and 81. RGB value is (175,222,129). Sum of RGB (Red+Green+Blue) = 175+222+129=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE81 is #50217E. Grayscale: #C5C5C5. Windows color (decimal): -5251455 or 8511151. OLE color: 8511151.

HSL color Cylindrical-coordinate representation of color #AFDE81: hue angle of 90.32º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFDE81 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 129 -
CMYK 0.21 0 0.42 0.13
HSL 90.32º 0.58% 0.69% -
HSV(B) 90.32º 0.42% 0.87% -
XYZ 47.76 62.94 30.4 -
YUV 197.35 89.43 112.06 -
System Red Green Blue C M Y K H S L
Decimal 175 222 129 0.21 0 0.42 0.13 90.32 0.58 0.69
Hex AF DE 81 15 0 2A D 5A 3A 45
Octal 257 336 201 25 0 52 15 132 72 105
Binary 10101111 11011110 10000001 10101 0 101010 1101 1011010 111010 1000101

Color Harmonies of #AFDE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE81

Black with #AFDE81

Text Example


Text Example

White with #AFDE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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