Html Css Color HEX #ADDB56 Conifer

📋 copy color: '#ADDB56'

red 173 ◦ green 219 ◦ blue 86

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

Shades of Conifer #ADDB56

Tints of Conifer #ADDB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.99%

R = 36.19%
G = 45.82%
B = 17.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#ADDB56 (or 0xADDB56) is known color: Conifer. HEX triplet: AD, DB and 56. RGB value is (173,219,86). Sum of RGB (Red+Green+Blue) = 173+219+86=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB56 is #5224A9. Grayscale: #BEBEBE. Windows color (decimal): -5383338 or 5692333. OLE color: 5692333.

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

Color convert

RGB 173 219 86 -
CMYK 0.21 0 0.61 0.14
HSL 80.75º 0.65% 0.6% -
HSV(B) 80.75º 0.61% 0.86% -
XYZ 44.24 60.22 18.1 -
YUV 190.08 69.26 115.81 -
System Red Green Blue C M Y K H S L
Decimal 173 219 86 0.21 0 0.61 0.14 80.75 0.65 0.6
Hex AD DB 56 15 0 3D E 51 41 3C
Octal 255 333 126 25 0 75 16 121 101 74
Binary 10101101 11011011 1010110 10101 0 111101 1110 1010001 1000001 111100

Color Harmonies of #ADDB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB56

Black with #ADDB56

Text Example


Text Example

White with #ADDB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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