Html Css Color HEX #ADD550 Conifer

📋 copy color: '#ADD550'

red 173 ◦ green 213 ◦ blue 80

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

Shades of Conifer #ADD550

Tints of Conifer #ADD550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

 BLUE value IS 80 (31.64% from 255) = 17.17%

R = 37.12%
G = 45.71%
B = 17.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#ADD550 (or 0xADD550) is known color: Conifer. HEX triplet: AD, D5 and 50. RGB value is (173,213,80). Sum of RGB (Red+Green+Blue) = 173+213+80=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD550 is #522AAF. Grayscale: #BABABA. Windows color (decimal): -5384880 or 5297581. OLE color: 5297581.

HSL color Cylindrical-coordinate representation of color #ADD550: hue angle of 78.05º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADD550 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 80 -
CMYK 0.19 0 0.62 0.16
HSL 78.05º 0.61% 0.57% -
HSV(B) 78.05º 0.62% 0.84% -
XYZ 42.48 57.05 16.36 -
YUV 185.88 68.25 118.81 -
System Red Green Blue C M Y K H S L
Decimal 173 213 80 0.19 0 0.62 0.16 78.05 0.61 0.57
Hex AD D5 50 13 0 3E 10 4E 3D 39
Octal 255 325 120 23 0 76 20 116 75 71
Binary 10101101 11010101 1010000 10011 0 111110 10000 1001110 111101 111001

Color Harmonies of #ADD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD550

Black with #ADD550

Text Example


Text Example

White with #ADD550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD550; }

 p { color: rgb(173,213,80); }

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

background-color css

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

 a { background-color: rgb(173,213,80); }

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

border-color css

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

 span { border-color: rgb(173,213,80); }

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