Html Css Color HEX #93D68B Granny Smith Apple

📋 copy color: '#93D68B'

red 147 ◦ green 214 ◦ blue 139

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

Shades of Granny Smith Apple #93D68B

Tints of Granny Smith Apple #93D68B

RGB

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

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

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

R = 29.4%
G = 42.8%
B = 27.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#93D68B (or 0x93D68B) is known color: Granny Smith Apple. HEX triplet: 93, D6 and 8B. RGB value is (147,214,139). Sum of RGB (Red+Green+Blue) = 147+214+139=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #93D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D68B is #6C2974. Grayscale: #B9B9B9. Windows color (decimal): -7088501 or 9164435. OLE color: 9164435.

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

Color convert

RGB 147 214 139 -
CMYK 0.31 0 0.35 0.16
HSL 113.6º 0.48% 0.69% -
HSV(B) 113.6º 0.35% 0.84% -
XYZ 40.74 56.16 33.12 -
YUV 185.42 101.8 100.6 -
System Red Green Blue C M Y K H S L
Decimal 147 214 139 0.31 0 0.35 0.16 113.6 0.48 0.69
Hex 93 D6 8B 1F 0 23 10 72 30 45
Octal 223 326 213 37 0 43 20 162 60 105
Binary 10010011 11010110 10001011 11111 0 100011 10000 1110010 110000 1000101

Color Harmonies of #93D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D68B

Black with #93D68B

Text Example


Text Example

White with #93D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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