Html Css Color HEX #93DB94 Granny Smith Apple

📋 copy color: '#93DB94'

red 147 ◦ green 219 ◦ blue 148

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

Shades of Granny Smith Apple #93DB94

Tints of Granny Smith Apple #93DB94

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

 BLUE value IS 148 (58.2% from 255) = 28.79%

R = 28.6%
G = 42.61%
B = 28.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#93DB94 (or 0x93DB94) is known color: Granny Smith Apple. HEX triplet: 93, DB and 94. RGB value is (147,219,148). Sum of RGB (Red+Green+Blue) = 147+219+148=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DB94 is #6C246B. Grayscale: #BDBDBD. Windows color (decimal): -7087212 or 9755539. OLE color: 9755539.

HSL color Cylindrical-coordinate representation of color #93DB94: hue angle of 120.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DB94 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 219 148 -
CMYK 0.33 0 0.32 0.14
HSL 120.83º 0.5% 0.72% -
HSV(B) 120.83º 0.33% 0.86% -
XYZ 42.71 59 37.15 -
YUV 189.38 104.65 97.77 -
System Red Green Blue C M Y K H S L
Decimal 147 219 148 0.33 0 0.32 0.14 120.83 0.5 0.72
Hex 93 DB 94 21 0 20 E 79 32 48
Octal 223 333 224 41 0 40 16 171 62 110
Binary 10010011 11011011 10010100 100001 0 100000 1110 1111001 110010 1001000

Color Harmonies of #93DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DB94

Black with #93DB94

Text Example


Text Example

White with #93DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,219,148); }

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

background-color css

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

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

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

border-color css

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

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

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