Html Css Color HEX #ADD250 Conifer

📋 copy color: '#ADD250'

red 173 ◦ green 210 ◦ blue 80

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

Shades of Conifer #ADD250

Tints of Conifer #ADD250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.36%

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

R = 37.37%
G = 45.36%
B = 17.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#ADD250 (or 0xADD250) is known color: Conifer. HEX triplet: AD, D2 and 50. RGB value is (173,210,80). Sum of RGB (Red+Green+Blue) = 173+210+80=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD250 is #522DAF. Grayscale: #B8B8B8. Windows color (decimal): -5385648 or 5296813. OLE color: 5296813.

HSL color Cylindrical-coordinate representation of color #ADD250: hue angle of 77.08º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADD250 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 80 -
CMYK 0.18 0 0.62 0.18
HSL 77.08º 0.59% 0.57% -
HSV(B) 77.08º 0.62% 0.82% -
XYZ 41.73 55.56 16.11 -
YUV 184.12 69.24 120.07 -
System Red Green Blue C M Y K H S L
Decimal 173 210 80 0.18 0 0.62 0.18 77.08 0.59 0.57
Hex AD D2 50 12 0 3E 12 4D 3B 39
Octal 255 322 120 22 0 76 22 115 73 71
Binary 10101101 11010010 1010000 10010 0 111110 10010 1001101 111011 111001

Color Harmonies of #ADD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD250

Black with #ADD250

Text Example


Text Example

White with #ADD250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD250; }

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

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

background-color css

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

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

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

border-color css

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

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

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