Html Css Color HEX #93DD8B Granny Smith Apple

📋 copy color: '#93DD8B'

red 147 ◦ green 221 ◦ blue 139

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

Shades of Granny Smith Apple #93DD8B

Tints of Granny Smith Apple #93DD8B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.59%

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 28.99%
G = 43.59%
B = 27.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#93DD8B (or 0x93DD8B) is known color: Granny Smith Apple. HEX triplet: 93, DD and 8B. RGB value is (147,221,139). Sum of RGB (Red+Green+Blue) = 147+221+139=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD8B is #6C2274. Grayscale: #BDBDBD. Windows color (decimal): -7086709 or 9166227. OLE color: 9166227.

HSL color Cylindrical-coordinate representation of color #93DD8B: hue angle of 114.15º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93DD8B is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 139 -
CMYK 0.33 0 0.37 0.13
HSL 114.15º 0.55% 0.71% -
HSV(B) 114.15º 0.37% 0.87% -
XYZ 42.55 59.78 33.72 -
YUV 189.53 99.48 97.67 -
System Red Green Blue C M Y K H S L
Decimal 147 221 139 0.33 0 0.37 0.13 114.15 0.55 0.71
Hex 93 DD 8B 21 0 25 D 72 37 47
Octal 223 335 213 41 0 45 15 162 67 107
Binary 10010011 11011101 10001011 100001 0 100101 1101 1110010 110111 1000111

Color Harmonies of #93DD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DD8B

Black with #93DD8B

Text Example


Text Example

White with #93DD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,221,139); }

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

background-color css

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

 a { background-color: rgb(147,221,139); }

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

border-color css

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

 span { border-color: rgb(147,221,139); }

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