Html Css Color HEX #93D593 Granny Smith Apple

📋 copy color: '#93D593'

red 147 ◦ green 213 ◦ blue 147

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

Shades of Granny Smith Apple #93D593

Tints of Granny Smith Apple #93D593

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

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

R = 28.99%
G = 42.01%
B = 28.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#93D593 (or 0x93D593) is known color: Granny Smith Apple. HEX triplet: 93, D5 and 93. RGB value is (147,213,147). Sum of RGB (Red+Green+Blue) = 147+213+147=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #93D593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D593 is #6C2A6C. Grayscale: #B9B9B9. Windows color (decimal): -7088749 or 9688467. OLE color: 9688467.

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

Color convert

RGB 147 213 147 -
CMYK 0.31 0 0.31 0.16
HSL 120º 0.44% 0.71% -
HSV(B) 120º 0.31% 0.84% -
XYZ 41.09 55.9 36.23 -
YUV 185.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 147 213 147 0.31 0 0.31 0.16 120 0.44 0.71
Hex 93 D5 93 1F 0 1F 10 78 2C 47
Octal 223 325 223 37 0 37 20 170 54 107
Binary 10010011 11010101 10010011 11111 0 11111 10000 1111000 101100 1000111

Color Harmonies of #93D593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D593

Black with #93D593

Text Example


Text Example

White with #93D593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,213,147); }

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

background-color css

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

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

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

border-color css

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

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

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