Html Css Color HEX #AFDD84 Feijoa

📋 copy color: '#AFDD84'

red 175 ◦ green 221 ◦ blue 132

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

Shades of Feijoa #AFDD84

Tints of Feijoa #AFDD84

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

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

R = 33.14%
G = 41.86%
B = 25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#AFDD84 (or 0xAFDD84) is known color: Feijoa. HEX triplet: AF, DD and 84. RGB value is (175,221,132). Sum of RGB (Red+Green+Blue) = 175+221+132=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD84 is #50227B. Grayscale: #C5C5C5. Windows color (decimal): -5251708 or 8707503. OLE color: 8707503.

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

Color convert

RGB 175 221 132 -
CMYK 0.21 0 0.40 0.13
HSL 91.01º 0.57% 0.69% -
HSV(B) 91.01º 0.4% 0.87% -
XYZ 47.7 62.49 31.38 -
YUV 197.1 91.26 112.24 -
System Red Green Blue C M Y K H S L
Decimal 175 221 132 0.21 0 0.40 0.13 91.01 0.57 0.69
Hex AF DD 84 15 0 28 D 5B 39 45
Octal 257 335 204 25 0 50 15 133 71 105
Binary 10101111 11011101 10000100 10101 0 101000 1101 1011011 111001 1000101

Color Harmonies of #AFDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD84

Black with #AFDD84

Text Example


Text Example

White with #AFDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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