Html Css Color HEX #93DC8F Granny Smith Apple

📋 copy color: '#93DC8F'

red 147 ◦ green 220 ◦ blue 143

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

Shades of Granny Smith Apple #93DC8F

Tints of Granny Smith Apple #93DC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 28.82%
G = 43.14%
B = 28.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#93DC8F (or 0x93DC8F) is known color: Granny Smith Apple. HEX triplet: 93, DC and 8F. RGB value is (147,220,143). Sum of RGB (Red+Green+Blue) = 147+220+143=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC8F is #6C2370. Grayscale: #BDBDBD. Windows color (decimal): -7086961 or 9428115. OLE color: 9428115.

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

Color convert

RGB 147 220 143 -
CMYK 0.33 0 0.35 0.14
HSL 116.88º 0.52% 0.71% -
HSV(B) 116.88º 0.35% 0.86% -
XYZ 42.58 59.37 35.2 -
YUV 189.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 147 220 143 0.33 0 0.35 0.14 116.88 0.52 0.71
Hex 93 DC 8F 21 0 23 E 75 34 47
Octal 223 334 217 41 0 43 16 165 64 107
Binary 10010011 11011100 10001111 100001 0 100011 1110 1110101 110100 1000111

Color Harmonies of #93DC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DC8F

Black with #93DC8F

Text Example


Text Example

White with #93DC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,143); }

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

background-color css

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

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

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

border-color css

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

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

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