Html Css Color HEX #93DD95 Granny Smith Apple

📋 copy color: '#93DD95'

red 147 ◦ green 221 ◦ blue 149

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

Shades of Granny Smith Apple #93DD95

Tints of Granny Smith Apple #93DD95

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 149 (58.59% from 255) = 28.82%

R = 28.43%
G = 42.75%
B = 28.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#93DD95 (or 0x93DD95) is known color: Granny Smith Apple. HEX triplet: 93, DD and 95. RGB value is (147,221,149). Sum of RGB (Red+Green+Blue) = 147+221+149=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD95 is #6C226A. Grayscale: #BEBEBE. Windows color (decimal): -7086699 or 9821587. OLE color: 9821587.

HSL color Cylindrical-coordinate representation of color #93DD95: hue angle of 121.62º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DD95 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 149 -
CMYK 0.33 0 0.33 0.13
HSL 121.62º 0.52% 0.72% -
HSV(B) 121.62º 0.33% 0.87% -
XYZ 43.31 60.09 37.75 -
YUV 190.67 104.48 96.85 -
System Red Green Blue C M Y K H S L
Decimal 147 221 149 0.33 0 0.33 0.13 121.62 0.52 0.72
Hex 93 DD 95 21 0 21 D 7A 34 48
Octal 223 335 225 41 0 41 15 172 64 110
Binary 10010011 11011101 10010101 100001 0 100001 1101 1111010 110100 1001000

Color Harmonies of #93DD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DD95

Black with #93DD95

Text Example


Text Example

White with #93DD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,221,149); }

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

background-color css

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

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

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

border-color css

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

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

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