Html Css Color HEX #ADDD41 Conifer

📋 copy color: '#ADDD41'

red 173 ◦ green 221 ◦ blue 65

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

Shades of Conifer #ADDD41

Tints of Conifer #ADDD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.16%

R = 37.69%
G = 48.15%
B = 14.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#ADDD41 (or 0xADDD41) is known color: Conifer. HEX triplet: AD, DD and 41. RGB value is (173,221,65). Sum of RGB (Red+Green+Blue) = 173+221+65=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD41 is #5222BE. Grayscale: #BDBDBD. Windows color (decimal): -5382847 or 4316589. OLE color: 4316589.

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

Color convert

RGB 173 221 65 -
CMYK 0.22 0 0.71 0.13
HSL 78.46º 0.7% 0.56% -
HSV(B) 78.46º 0.71% 0.87% -
XYZ 44.04 60.98 14.45 -
YUV 188.86 58.1 116.68 -
System Red Green Blue C M Y K H S L
Decimal 173 221 65 0.22 0 0.71 0.13 78.46 0.7 0.56
Hex AD DD 41 16 0 47 D 4E 46 38
Octal 255 335 101 26 0 107 15 116 106 70
Binary 10101101 11011101 1000001 10110 0 1000111 1101 1001110 1000110 111000

Color Harmonies of #ADDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD41

Black with #ADDD41

Text Example


Text Example

White with #ADDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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