Html Css Color HEX #93DD93 Granny Smith Apple

📋 copy color: '#93DD93'

red 147 ◦ green 221 ◦ blue 147

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

Shades of Granny Smith Apple #93DD93

Tints of Granny Smith Apple #93DD93

RGB

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

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

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

R = 28.54%
G = 42.91%
B = 28.54%

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

#93DD93 (or 0x93DD93) is known color: Granny Smith Apple. HEX triplet: 93, DD and 93. RGB value is (147,221,147). Sum of RGB (Red+Green+Blue) = 147+221+147=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD93 is #6C226C. Grayscale: #BEBEBE. Windows color (decimal): -7086701 or 9690515. OLE color: 9690515.

HSL color Cylindrical-coordinate representation of color #93DD93: hue angle of 120º 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 #93DD93 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 147 -
CMYK 0.33 0 0.33 0.13
HSL 120º 0.52% 0.72% -
HSV(B) 120º 0.33% 0.87% -
XYZ 43.16 60.02 36.91 -
YUV 190.44 103.48 97.02 -
System Red Green Blue C M Y K H S L
Decimal 147 221 147 0.33 0 0.33 0.13 120 0.52 0.72
Hex 93 DD 93 21 0 21 D 78 34 48
Octal 223 335 223 41 0 41 15 170 64 110
Binary 10010011 11011101 10010011 100001 0 100001 1101 1111000 110100 1001000

Color Harmonies of #93DD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DD93

Black with #93DD93

Text Example


Text Example

White with #93DD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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