Html Css Color HEX #ADDF4D Conifer

📋 copy color: '#ADDF4D'

red 173 ◦ green 223 ◦ blue 77

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

Shades of Conifer #ADDF4D

Tints of Conifer #ADDF4D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 77 (30.47% from 255) = 16.28%

R = 36.58%
G = 47.15%
B = 16.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#ADDF4D (or 0xADDF4D) is known color: Conifer. HEX triplet: AD, DF and 4D. RGB value is (173,223,77). Sum of RGB (Red+Green+Blue) = 173+223+77=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF4D is #5220B2. Grayscale: #BFBFBF. Windows color (decimal): -5382323 or 5103533. OLE color: 5103533.

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

Color convert

RGB 173 223 77 -
CMYK 0.22 0 0.65 0.13
HSL 80.55º 0.7% 0.59% -
HSV(B) 80.55º 0.65% 0.87% -
XYZ 44.96 62.2 16.66 -
YUV 191.41 63.44 114.87 -
System Red Green Blue C M Y K H S L
Decimal 173 223 77 0.22 0 0.65 0.13 80.55 0.7 0.59
Hex AD DF 4D 16 0 41 D 51 46 3B
Octal 255 337 115 26 0 101 15 121 106 73
Binary 10101101 11011111 1001101 10110 0 1000001 1101 1010001 1000110 111011

Color Harmonies of #ADDF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF4D

Black with #ADDF4D

Text Example


Text Example

White with #ADDF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF4D; }

 p { color: rgb(173,223,77); }

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

background-color css

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

 a { background-color: rgb(173,223,77); }

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

border-color css

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

 span { border-color: rgb(173,223,77); }

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