Html Css Color HEX #ADDB52 Conifer

📋 copy color: '#ADDB52'

red 173 ◦ green 219 ◦ blue 82

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

Shades of Conifer #ADDB52

Tints of Conifer #ADDB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.3%

R = 36.5%
G = 46.2%
B = 17.3%

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

#ADDB52 (or 0xADDB52) is known color: Conifer. HEX triplet: AD, DB and 52. RGB value is (173,219,82). Sum of RGB (Red+Green+Blue) = 173+219+82=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB52 is #5224AD. Grayscale: #BEBEBE. Windows color (decimal): -5383342 or 5430189. OLE color: 5430189.

HSL color Cylindrical-coordinate representation of color #ADDB52: hue angle of 80.15º 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 #ADDB52 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 82 -
CMYK 0.21 0 0.63 0.14
HSL 80.15º 0.66% 0.59% -
HSV(B) 80.15º 0.63% 0.86% -
XYZ 44.09 60.16 17.27 -
YUV 189.63 67.26 116.14 -
System Red Green Blue C M Y K H S L
Decimal 173 219 82 0.21 0 0.63 0.14 80.15 0.66 0.59
Hex AD DB 52 15 0 3F E 50 42 3B
Octal 255 333 122 25 0 77 16 120 102 73
Binary 10101101 11011011 1010010 10101 0 111111 1110 1010000 1000010 111011

Color Harmonies of #ADDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB52

Black with #ADDB52

Text Example


Text Example

White with #ADDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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