Html Css Color HEX #93DB8B Granny Smith Apple

📋 copy color: '#93DB8B'

red 147 ◦ green 219 ◦ blue 139

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

Shades of Granny Smith Apple #93DB8B

Tints of Granny Smith Apple #93DB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 29.11%
G = 43.37%
B = 27.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#93DB8B (or 0x93DB8B) is known color: Granny Smith Apple. HEX triplet: 93, DB and 8B. RGB value is (147,219,139). Sum of RGB (Red+Green+Blue) = 147+219+139=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DB8B is #6C2474. Grayscale: #BCBCBC. Windows color (decimal): -7087221 or 9165715. OLE color: 9165715.

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

Color convert

RGB 147 219 139 -
CMYK 0.33 0 0.37 0.14
HSL 114º 0.53% 0.7% -
HSV(B) 114º 0.37% 0.86% -
XYZ 42.02 58.73 33.55 -
YUV 188.35 100.15 98.5 -
System Red Green Blue C M Y K H S L
Decimal 147 219 139 0.33 0 0.37 0.14 114 0.53 0.7
Hex 93 DB 8B 21 0 25 E 72 35 46
Octal 223 333 213 41 0 45 16 162 65 106
Binary 10010011 11011011 10001011 100001 0 100101 1110 1110010 110101 1000110

Color Harmonies of #93DB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DB8B

Black with #93DB8B

Text Example


Text Example

White with #93DB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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