Html Css Color HEX #ADDC41 Conifer

📋 copy color: '#ADDC41'

red 173 ◦ green 220 ◦ blue 65

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

Shades of Conifer #ADDC41

Tints of Conifer #ADDC41

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.03%

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

R = 37.77%
G = 48.03%
B = 14.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#ADDC41 (or 0xADDC41) is known color: Conifer. HEX triplet: AD, DC and 41. RGB value is (173,220,65). Sum of RGB (Red+Green+Blue) = 173+220+65=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC41 is #5223BE. Grayscale: #BCBCBC. Windows color (decimal): -5383103 or 4316333. OLE color: 4316333.

HSL color Cylindrical-coordinate representation of color #ADDC41: hue angle of 78.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADDC41 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 65 -
CMYK 0.21 0 0.70 0.14
HSL 78.19º 0.69% 0.56% -
HSV(B) 78.19º 0.7% 0.86% -
XYZ 43.78 60.45 14.36 -
YUV 188.28 58.43 117.1 -
System Red Green Blue C M Y K H S L
Decimal 173 220 65 0.21 0 0.70 0.14 78.19 0.69 0.56
Hex AD DC 41 15 0 46 E 4E 45 38
Octal 255 334 101 25 0 106 16 116 105 70
Binary 10101101 11011100 1000001 10101 0 1000110 1110 1001110 1000101 111000

Color Harmonies of #ADDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC41

Black with #ADDC41

Text Example


Text Example

White with #ADDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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