Html Css Color HEX #ADD75B Conifer

📋 copy color: '#ADD75B'

red 173 ◦ green 215 ◦ blue 91

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

Shades of Conifer #ADD75B

Tints of Conifer #ADD75B

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%

R = 36.12%
G = 44.89%
B = 19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#ADD75B (or 0xADD75B) is known color: 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

RGB 173 215 91 -
CMYK 0.20 0 0.58 0.16
HSL 80.32º 0.61% 0.6% -
HSV(B) 80.32º 0.58% 0.84% -
XYZ 43.42 58.24 18.85 -
YUV 188.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 173 215 91 0.20 0 0.58 0.16 80.32 0.61 0.6
Hex AD D7 5B 14 0 3A 10 50 3D 3C
Octal 255 327 133 24 0 72 20 120 75 74
Binary 10101101 11010111 1011011 10100 0 111010 10000 1010000 111101 111100

Color Harmonies of #ADD75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD75B

Black with #ADD75B

Text Example


Text Example

White with #ADD75B

Text Example


Text Example

HTML Codes & Css Web 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>