Html Css Color HEX #ADD541 Conifer

📋 copy color: '#ADD541'

red 173 ◦ green 213 ◦ blue 65

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

Shades of Conifer #ADD541

Tints of Conifer #ADD541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.23%

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

R = 38.36%
G = 47.23%
B = 14.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#ADD541 (or 0xADD541) is known color: Conifer. HEX triplet: AD, D5 and 41. RGB value is (173,213,65). Sum of RGB (Red+Green+Blue) = 173+213+65=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD541 is #522ABE. Grayscale: #B8B8B8. Windows color (decimal): -5384895 or 4314541. OLE color: 4314541.

HSL color Cylindrical-coordinate representation of color #ADD541: hue angle of 76.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADD541 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 65 -
CMYK 0.19 0 0.69 0.16
HSL 76.22º 0.64% 0.55% -
HSV(B) 76.22º 0.69% 0.84% -
XYZ 41.98 56.85 13.76 -
YUV 184.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 173 213 65 0.19 0 0.69 0.16 76.22 0.64 0.55
Hex AD D5 41 13 0 45 10 4C 40 37
Octal 255 325 101 23 0 105 20 114 100 67
Binary 10101101 11010101 1000001 10011 0 1000101 10000 1001100 1000000 110111

Color Harmonies of #ADD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD541

Black with #ADD541

Text Example


Text Example

White with #ADD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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