Html Css Color HEX #AFDF84 Feijoa

📋 copy color: '#AFDF84'

red 175 ◦ green 223 ◦ blue 132

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

Shades of Feijoa #AFDF84

Tints of Feijoa #AFDF84

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.08%

 BLUE value IS 132 (51.95% from 255) = 24.91%

R = 33.02%
G = 42.08%
B = 24.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#AFDF84 (or 0xAFDF84) is known color: Feijoa. HEX triplet: AF, DF and 84. RGB value is (175,223,132). Sum of RGB (Red+Green+Blue) = 175+223+132=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF84 is #50207B. Grayscale: #C6C6C6. Windows color (decimal): -5251196 or 8708015. OLE color: 8708015.

HSL color Cylindrical-coordinate representation of color #AFDF84: hue angle of 91.65º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFDF84 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 132 -
CMYK 0.22 0 0.41 0.13
HSL 91.65º 0.59% 0.7% -
HSV(B) 91.65º 0.41% 0.87% -
XYZ 48.23 63.56 31.56 -
YUV 198.27 90.6 111.4 -
System Red Green Blue C M Y K H S L
Decimal 175 223 132 0.22 0 0.41 0.13 91.65 0.59 0.7
Hex AF DF 84 16 0 29 D 5C 3B 46
Octal 257 337 204 26 0 51 15 134 73 106
Binary 10101111 11011111 10000100 10110 0 101001 1101 1011100 111011 1000110

Color Harmonies of #AFDF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF84

Black with #AFDF84

Text Example


Text Example

White with #AFDF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF84; }

 p { color: rgb(175,223,132); }

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

background-color css

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

 a { background-color: rgb(175,223,132); }

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

border-color css

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

 span { border-color: rgb(175,223,132); }

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