Html Css Color HEX #ADDB50 Conifer

📋 copy color: '#ADDB50'

red 173 ◦ green 219 ◦ blue 80

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

Shades of Conifer #ADDB50

Tints of Conifer #ADDB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

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

R = 36.65%
G = 46.4%
B = 16.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#ADDB50 (or 0xADDB50) is known color: Conifer. HEX triplet: AD, DB and 50. RGB value is (173,219,80). Sum of RGB (Red+Green+Blue) = 173+219+80=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB50 is #5224AF. Grayscale: #BDBDBD. Windows color (decimal): -5383344 or 5299117. OLE color: 5299117.

HSL color Cylindrical-coordinate representation of color #ADDB50: hue angle of 79.86º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADDB50 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 80 -
CMYK 0.21 0 0.63 0.14
HSL 79.86º 0.66% 0.59% -
HSV(B) 79.86º 0.63% 0.86% -
XYZ 44.01 60.13 16.88 -
YUV 189.4 66.26 116.3 -
System Red Green Blue C M Y K H S L
Decimal 173 219 80 0.21 0 0.63 0.14 79.86 0.66 0.59
Hex AD DB 50 15 0 3F E 50 42 3B
Octal 255 333 120 25 0 77 16 120 102 73
Binary 10101101 11011011 1010000 10101 0 111111 1110 1010000 1000010 111011

Color Harmonies of #ADDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB50

Black with #ADDB50

Text Example


Text Example

White with #ADDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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