Html Css Color HEX #93D88D Granny Smith Apple

📋 copy color: '#93D88D'

red 147 ◦ green 216 ◦ blue 141

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

Shades of Granny Smith Apple #93D88D

Tints of Granny Smith Apple #93D88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 29.17%
G = 42.86%
B = 27.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#93D88D (or 0x93D88D) is known color: Granny Smith Apple. HEX triplet: 93, D8 and 8D. RGB value is (147,216,141). Sum of RGB (Red+Green+Blue) = 147+216+141=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #93D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D88D is #6C2772. Grayscale: #BBBBBB. Windows color (decimal): -7087987 or 9296019. OLE color: 9296019.

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

Color convert

RGB 147 216 141 -
CMYK 0.32 0 0.35 0.15
HSL 115.2º 0.49% 0.7% -
HSV(B) 115.2º 0.35% 0.85% -
XYZ 41.4 57.24 34.07 -
YUV 186.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 147 216 141 0.32 0 0.35 0.15 115.2 0.49 0.7
Hex 93 D8 8D 20 0 23 F 73 31 46
Octal 223 330 215 40 0 43 17 163 61 106
Binary 10010011 11011000 10001101 100000 0 100011 1111 1110011 110001 1000110

Color Harmonies of #93D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D88D

Black with #93D88D

Text Example


Text Example

White with #93D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,216,141); }

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

background-color css

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

 a { background-color: rgb(147,216,141); }

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

border-color css

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

 span { border-color: rgb(147,216,141); }

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