Html Css Color HEX #ADDF85 Feijoa

📋 copy color: '#ADDF85'

red 173 ◦ green 223 ◦ blue 133

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

Shades of Feijoa #ADDF85

Tints of Feijoa #ADDF85

RGB

 RED value IS 173 (67.97% from 255) = 32.7%

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

 BLUE value IS 133 (52.34% from 255) = 25.14%

R = 32.7%
G = 42.16%
B = 25.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#ADDF85 (or 0xADDF85) is known color: Feijoa. HEX triplet: AD, DF and 85. RGB value is (173,223,133). Sum of RGB (Red+Green+Blue) = 173+223+133=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF85 is #52207A. Grayscale: #C6C6C6. Windows color (decimal): -5382267 or 8773549. OLE color: 8773549.

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

Color convert

RGB 173 223 133 -
CMYK 0.22 0 0.40 0.13
HSL 93.33º 0.58% 0.7% -
HSV(B) 93.33º 0.4% 0.87% -
XYZ 47.85 63.35 31.9 -
YUV 197.79 91.44 110.32 -
System Red Green Blue C M Y K H S L
Decimal 173 223 133 0.22 0 0.40 0.13 93.33 0.58 0.7
Hex AD DF 85 16 0 28 D 5D 3A 46
Octal 255 337 205 26 0 50 15 135 72 106
Binary 10101101 11011111 10000101 10110 0 101000 1101 1011101 111010 1000110

Color Harmonies of #ADDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF85

Black with #ADDF85

Text Example


Text Example

White with #ADDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF85; }

 p { color: rgb(173,223,133); }

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

background-color css

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

 a { background-color: rgb(173,223,133); }

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

border-color css

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

 span { border-color: rgb(173,223,133); }

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