Html Css Color HEX #93D68E Granny Smith Apple

📋 copy color: '#93D68E'

red 147 ◦ green 214 ◦ blue 142

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

Shades of Granny Smith Apple #93D68E

Tints of Granny Smith Apple #93D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.54%

 BLUE value IS 142 (55.86% from 255) = 28.23%

R = 29.22%
G = 42.54%
B = 28.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#93D68E (or 0x93D68E) is known color: Granny Smith Apple. HEX triplet: 93, D6 and 8E. RGB value is (147,214,142). Sum of RGB (Red+Green+Blue) = 147+214+142=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #93D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D68E is #6C2971. Grayscale: #B9B9B9. Windows color (decimal): -7088498 or 9361043. OLE color: 9361043.

HSL color Cylindrical-coordinate representation of color #93D68E: hue angle of 115.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93D68E is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 214 142 -
CMYK 0.31 0 0.34 0.16
HSL 115.83º 0.47% 0.7% -
HSV(B) 115.83º 0.34% 0.84% -
XYZ 40.96 56.25 34.29 -
YUV 185.76 103.3 100.35 -
System Red Green Blue C M Y K H S L
Decimal 147 214 142 0.31 0 0.34 0.16 115.83 0.47 0.7
Hex 93 D6 8E 1F 0 22 10 74 2F 46
Octal 223 326 216 37 0 42 20 164 57 106
Binary 10010011 11010110 10001110 11111 0 100010 10000 1110100 101111 1000110

Color Harmonies of #93D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D68E

Black with #93D68E

Text Example


Text Example

White with #93D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,214,142); }

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

background-color css

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

 a { background-color: rgb(147,214,142); }

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

border-color css

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

 span { border-color: rgb(147,214,142); }

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