Html Css Color HEX #ADDF83 Feijoa

📋 copy color: '#ADDF83'

red 173 ◦ green 223 ◦ blue 131

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

Shades of Feijoa #ADDF83

Tints of Feijoa #ADDF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.86%

R = 32.83%
G = 42.31%
B = 24.86%

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

#ADDF83 (or 0xADDF83) is known color: Feijoa. HEX triplet: AD, DF and 83. RGB value is (173,223,131). Sum of RGB (Red+Green+Blue) = 173+223+131=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF83 is #52207C. Grayscale: #C5C5C5. Windows color (decimal): -5382269 or 8642477. OLE color: 8642477.

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

Color convert

RGB 173 223 131 -
CMYK 0.22 0 0.41 0.13
HSL 92.61º 0.59% 0.69% -
HSV(B) 92.61º 0.41% 0.87% -
XYZ 47.72 63.3 31.18 -
YUV 197.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 173 223 131 0.22 0 0.41 0.13 92.61 0.59 0.69
Hex AD DF 83 16 0 29 D 5D 3B 45
Octal 255 337 203 26 0 51 15 135 73 105
Binary 10101101 11011111 10000011 10110 0 101001 1101 1011101 111011 1000101

Color Harmonies of #ADDF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF83

Black with #ADDF83

Text Example


Text Example

White with #ADDF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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