Html Css Color HEX #ADDD65 Conifer

📋 copy color: '#ADDD65'

red 173 ◦ green 221 ◦ blue 101

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

Shades of Conifer #ADDD65

Tints of Conifer #ADDD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

 BLUE value IS 101 (39.84% from 255) = 20.4%

R = 34.95%
G = 44.65%
B = 20.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#ADDD65 (or 0xADDD65) is known color: Conifer. HEX triplet: AD, DD and 65. RGB value is (173,221,101). Sum of RGB (Red+Green+Blue) = 173+221+101=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD65 is #52229A. Grayscale: #C1C1C1. Windows color (decimal): -5382811 or 6675885. OLE color: 6675885.

HSL color Cylindrical-coordinate representation of color #ADDD65: hue angle of 84º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADDD65 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 101 -
CMYK 0.22 0 0.54 0.13
HSL 84º 0.64% 0.63% -
HSV(B) 84º 0.54% 0.87% -
XYZ 45.44 61.54 21.79 -
YUV 192.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 173 221 101 0.22 0 0.54 0.13 84 0.64 0.63
Hex AD DD 65 16 0 36 D 54 40 3F
Octal 255 335 145 26 0 66 15 124 100 77
Binary 10101101 11011101 1100101 10110 0 110110 1101 1010100 1000000 111111

Color Harmonies of #ADDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD65

Black with #ADDD65

Text Example


Text Example

White with #ADDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD65; }

 p { color: rgb(173,221,101); }

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

background-color css

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

 a { background-color: rgb(173,221,101); }

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

border-color css

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

 span { border-color: rgb(173,221,101); }

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