#ADD75B

Color #ADD75B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #ADD75B

Tints of Conifer #ADD75B

Color information

#ADD75B (or 0xADD75B) is unknown color: approx Conifer. HEX triplet: AD, D7 and 5B. RGB value is (173,215,91). Sum of RGB (Red+Green+Blue) = 173+215+91=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD75B is #5228A4. Grayscale: #BCBCBC. Windows color (decimal): -5384357 or 6018989. OLE color: 6018989.

HSL color Cylindrical-coordinate representation of color #ADD75B: hue angle of 80.32º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADD75B is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB17321591-
CMYK0.2000.580.16
HSL80.32º60.78%60%-
HSV(B)80.32º57.67%84.31%-
XYZ43.4258.2418.85-
YUV188.3173.09117.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 215 (84.38% from 255) = 44.89%
BLUE value IS 91 (35.94% from 255) = 19.00%
R=36.12%
G=44.89%
B=19.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173215910.2000.580.1680.3260.7860
HexADD75B1403A10503d3c
Octal25532713324072201207574
Binary10101101110101111011011101000111010100001010000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD75B; }

 p { color: rgb(173,215,91); }

 H1.HeaderClassName
 {
   color: #ADD75B;
 }
 .AnyTagClassName
 {
   color: #ADD75B;
 }
</style>
background-color css

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

 a { background-color: rgb(173,215,91); }

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

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

 span { border-color: rgb(173,215,91); }

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