Html Css Color HEX #93D985 Granny Smith Apple

📋 copy color: '#93D985'

red 147 ◦ green 217 ◦ blue 133

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

Shades of Granny Smith Apple #93D985

Tints of Granny Smith Apple #93D985

RGB

 RED value IS 147 (57.81% from 255) = 29.58%

 GREEN value IS 217 (85.16% from 255) = 43.66%

 BLUE value IS 133 (52.34% from 255) = 26.76%

R = 29.58%
G = 43.66%
B = 26.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#93D985 (or 0x93D985) is known color: Granny Smith Apple. HEX triplet: 93, D9 and 85. RGB value is (147,217,133). Sum of RGB (Red+Green+Blue) = 147+217+133=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #93D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D985 is #6C267A. Grayscale: #BABABA. Windows color (decimal): -7087739 or 8771987. OLE color: 8771987.

HSL color Cylindrical-coordinate representation of color #93D985: hue angle of 110º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93D985 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 217 133 -
CMYK 0.32 0 0.39 0.15
HSL 110º 0.53% 0.69% -
HSV(B) 110º 0.39% 0.85% -
XYZ 41.08 57.52 31.13 -
YUV 186.49 97.81 99.83 -
System Red Green Blue C M Y K H S L
Decimal 147 217 133 0.32 0 0.39 0.15 110 0.53 0.69
Hex 93 D9 85 20 0 27 F 6E 34 45
Octal 223 331 205 40 0 47 17 156 64 105
Binary 10010011 11011001 10000101 100000 0 100111 1111 1101110 110100 1000101

Color Harmonies of #93D985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D985

Black with #93D985

Text Example


Text Example

White with #93D985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93D985; }

 p { color: rgb(147,217,133); }

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

background-color css

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

 a { background-color: rgb(147,217,133); }

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

border-color css

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

 span { border-color: rgb(147,217,133); }

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