#93DB8C

Color #93DB8C Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #93DB8C

Tints of Granny Smith Apple #93DB8C

Color information

#93DB8C (or 0x93DB8C) is unknown color: approx Granny Smith Apple. HEX triplet: 93, DB and 8C. RGB value is (147,219,140). Sum of RGB (Red+Green+Blue) = 147+219+140=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DB8C is #6C2473. Grayscale: #BCBCBC. Windows color (decimal): -7087220 or 9231251. OLE color: 9231251.

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

Color convert

RGB147219140-
CMYK0.3300.360.14
HSL114.68º52.32%70.39%-
HSV(B)114.68º36.07%85.88%-
XYZ42.158.7633.93-
YUV188.47100.6598.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=29.05%
G=43.28%
B=27.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191400.3300.360.14114.6852.3270.39
Hex93DB8C21024E733446
Octal223333214410441616364106
Binary1001001111011011100011001000010100100111011100111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93DB8C;
 }
 .AnyTagClassName
 {
   color: #93DB8C;
 }
</style>
background-color css

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

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

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

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

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

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