Html Css Color HEX #ADD37D Feijoa

📋 copy color: '#ADD37D'

red 173 ◦ green 211 ◦ blue 125

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

Shades of Feijoa #ADD37D

Tints of Feijoa #ADD37D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.45%

 BLUE value IS 125 (49.22% from 255) = 24.56%

R = 33.99%
G = 41.45%
B = 24.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#ADD37D (or 0xADD37D) is known color: Feijoa. HEX triplet: AD, D3 and 7D. RGB value is (173,211,125). Sum of RGB (Red+Green+Blue) = 173+211+125=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD37D is #522C82. Grayscale: #BEBEBE. Windows color (decimal): -5385347 or 8246189. OLE color: 8246189.

HSL color Cylindrical-coordinate representation of color #ADD37D: hue angle of 86.51º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADD37D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 125 -
CMYK 0.18 0 0.41 0.17
HSL 86.51º 0.49% 0.66% -
HSV(B) 86.51º 0.41% 0.83% -
XYZ 44.23 56.95 28.06 -
YUV 189.83 91.41 115.99 -
System Red Green Blue C M Y K H S L
Decimal 173 211 125 0.18 0 0.41 0.17 86.51 0.49 0.66
Hex AD D3 7D 12 0 29 11 57 31 42
Octal 255 323 175 22 0 51 21 127 61 102
Binary 10101101 11010011 1111101 10010 0 101001 10001 1010111 110001 1000010

Color Harmonies of #ADD37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD37D

Black with #ADD37D

Text Example


Text Example

White with #ADD37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD37D; }

 p { color: rgb(173,211,125); }

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

background-color css

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

 a { background-color: rgb(173,211,125); }

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

border-color css

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

 span { border-color: rgb(173,211,125); }

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