Html Css Color HEX #ADD450 Conifer

📋 copy color: '#ADD450'

red 173 ◦ green 212 ◦ blue 80

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

Shades of Conifer #ADD450

Tints of Conifer #ADD450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

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

R = 37.2%
G = 45.59%
B = 17.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#ADD450 (or 0xADD450) is known color: Conifer. HEX triplet: AD, D4 and 50. RGB value is (173,212,80). Sum of RGB (Red+Green+Blue) = 173+212+80=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD450 is #522BAF. Grayscale: #B9B9B9. Windows color (decimal): -5385136 or 5297325. OLE color: 5297325.

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

Color convert

RGB 173 212 80 -
CMYK 0.18 0 0.62 0.17
HSL 77.73º 0.61% 0.57% -
HSV(B) 77.73º 0.62% 0.83% -
XYZ 42.23 56.55 16.28 -
YUV 185.29 68.58 119.23 -
System Red Green Blue C M Y K H S L
Decimal 173 212 80 0.18 0 0.62 0.17 77.73 0.61 0.57
Hex AD D4 50 12 0 3E 11 4E 3D 39
Octal 255 324 120 22 0 76 21 116 75 71
Binary 10101101 11010100 1010000 10010 0 111110 10001 1001110 111101 111001

Color Harmonies of #ADD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD450

Black with #ADD450

Text Example


Text Example

White with #ADD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD450; }

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

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

background-color css

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

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

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

border-color css

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

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

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